Add new command aptible apps:settings and image info to aptible apps#414
Merged
Conversation
aptible apps:settings and image info to aptible apps
|
Promptless prepared a documentation update related to this change. Triggered by PR #414 Documents the new Review: Document apps:settings command |
almathew
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add more info to the JSON output of
aptible appsAdds current image deployment settings to the JSON output format of
aptible appsActivity implications: when using the JSON output for aptible apps, this adds an activity event for Setting.show for every apps setting. (The same was already true for the app's last operation)
New command:
aptible apps:settingsAdds a new command
aptible apps:settingsthat is geared towards viewing just information needed to deploy, or related to the current/last deployment. This is geared towards both an end user, and automation via the JSON output. This is easier to use (namely, targeting a single app by it's handle) than parsing the JSON output ofaptible appsHuman use:
Machine use:
Activity implications: this creates a Setting.show activity and an Operation.show activity for the app you ask for, both for text and json.
Required related changes
Docs and tests: