Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rippling cli : Flux app command #6

Merged
merged 21 commits into from
Apr 20, 2024
Merged

rippling cli : Flux app command #6

merged 21 commits into from
Apr 20, 2024

Conversation

vguptarippling
Copy link
Contributor

@vguptarippling vguptarippling commented Apr 18, 2024

JIRA: https://rippling.atlassian.net/browse/APPS-25575

changes:
Implement rippling flux app list command
Implement rippling flux current command
Implement rippling flux set --app_id command

Test
https://www.loom.com/share/f5a0a40b2e9542bfa5dee0a8a9390ad8

@vguptarippling vguptarippling requested review from a team as code owners April 18, 2024 13:56
Copy link

@sz2376 sz2376 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"pageSize": page_size,
"readPreference": read_preference
}
response = self.make_request("POST", f"{endpoint}/find_paginated", data=payload)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
response = self.make_request("POST", f"{endpoint}/find_paginated", data=payload)
response = self.post(f"{endpoint}/find_paginated", data=payload)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using common make_request to make api call 😅

@vguptarippling
Copy link
Contributor Author

@sz2376 @pshanmukrao Changed the behaviour as similar to git
https://www.loom.com/share/6d14b647f63142b69f42862ce5f02452

@vguptarippling vguptarippling merged commit 3625a95 into main Apr 20, 2024
3 checks passed
@vguptarippling vguptarippling deleted the APPS-25575 branch May 6, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants