-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conversation
There was a problem hiding this 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
response = self.make_request("POST", f"{endpoint}/find_paginated", data=payload) | |
response = self.post(f"{endpoint}/find_paginated", data=payload) |
There was a problem hiding this comment.
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 😅
@sz2376 @pshanmukrao Changed the behaviour as similar to git |
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