docs(prd): add and revise PRD for atmos version --short flag#2220
Draft
docs(prd): add and revise PRD for atmos version --short flag#2220
atmos version --short flag#2220Conversation
Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update PRD for atmos pull request 2174
docs(prd): add PRD for Mar 17, 2026
atmos version --short flag
… weaknesses Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
Copilot
AI
changed the title
docs(prd): add PRD for
docs(prd): add and revise PRD for Mar 17, 2026
atmos version --short flagatmos version --short flag
osterman
reviewed
Mar 17, 2026
|
|
||
| ## Overview | ||
|
|
||
| `atmos version --short` (alias `-s`) prints only the bare version number to stdout: no banner, no alien icon, no update check, no OS/arch suffix. `--format plain` is the underlying canonical format; `ATMOS_VERSION_SHORT` is the corresponding environment variable. |
Member
There was a problem hiding this comment.
Why would this not be --format=short or --format=plain?
atmos version --format --help
$ atmos version --format json
• Display version in YAML format
$ atmos version --format yaml
• Pipe JSON output to jq
$ atmos version --format json | jq -r .version
• Check for updates and display in JSON
$ atmos version --check --format json
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.
Adds
docs/prd/version-short-flag.mddocumenting the design behind PR #2174, which introducesatmos version --short/-sand--format plainfor machine-readable version output.Changes
docs/prd/version-short-flag.mdcovering problem statement, goals, implementation details, affected files, usage, format comparison table, testing strategy, and design decisions--check+--shortinteraction, attributed blog post tonitrocode✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.