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

Implement app-deployment related CLI commands #5144

Merged
merged 3 commits into from
Oct 22, 2024

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Oct 10, 2024

Implement commands for viewing app deployments:

  • app deployment {list,get,logs}
  • feat(backend-api): Implement app deployment queries
  • feat(cli): Implement app deployment commands

Closes #5133

@theduke theduke requested a review from syrusakbary as a code owner October 10, 2024 21:37
@theduke theduke requested a review from xdoardo October 10, 2024 21:37
Make ItemFormatOpts::fmt to be optional so code can distinguish between
not-provided and default value.

Make the default access method to be `ItemFormatOpts::get()`, which uses
the table format as a default.

Also adds a ItemFormatOpts::get_with_default() for cases where a custom
default is desired.
@theduke theduke merged commit dd09e78 into main Oct 22, 2024
64 of 65 checks passed
@theduke theduke deleted the run-456-cli-implement-autobuild-commands branch October 22, 2024 07:13
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.

CLI: Implement autobuild commands
2 participants