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

Refactor info command and rename to version #95

Conversation

arcticicestudio
Copy link
Owner

Relates to #92 #93
Epic #33
Resolves #94

Previously the `info` command printed more detailed application
information compared to the compact and machine-friendly `--version`
global flag. The name of command was not optimal as it could give the
impression that it provides more "info"rmation about one or more
snowblocks that might be passed as argument(s). Therefore the command
has been renamed to `version` which also matches the naming of many
other Go CLI apps like Kubernetes [1] `kubectl` [2].

To also enhance the provided information the command now prints more
application version details using the function implemented in GH-93.

[1]: https://kubernetes.io
[2]: https://github.com/kubernetes/kubernetes/tree/master/pkg/kubectl

Epic GH-33
Relates to GH-93
GH-94
@arcticicestudio arcticicestudio merged commit 64a432e into epic/gh-33-the-way-to-go Oct 18, 2019
0.4.0 automation moved this from Review & PR to Done Oct 18, 2019
@arcticicestudio arcticicestudio deleted the improvement/gh-94-refactor-info-to-version-cmd branch October 18, 2019 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
0.4.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants