Skip to content

feat(cli): add --output={text,json} to version cmd #7010

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

Merged
merged 10 commits into from
Apr 5, 2023
Prev Previous commit
Next Next commit
fixup! use --output specifier instead
  • Loading branch information
johnstcn committed Apr 5, 2023
commit a7ec68d58052a849d3ba8fd87cd2b6f7ed07a8d8
2 changes: 1 addition & 1 deletion cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (r *RootCmd) Core() []*clibase.Cmd {
r.templates(),
r.users(),
r.tokens(),
r.version(),
r.version(defaultVersionInfo),

// Workspace Commands
r.configSSH(),
Expand Down