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 #94

Closed
arcticicestudio opened this issue Oct 18, 2019 · 1 comment
Closed

Refactor info command and rename to version #94

arcticicestudio opened this issue Oct 18, 2019 · 1 comment

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented Oct 18, 2019

Currently the info command prints more detailed application information compared to the compact and machine-friendly --version global flag. The name of command is not optimal as it could give the impression that it provides more information about one or more snowblocks that might be passed as argument(s). Therefore the command will be renamed to version which also matches the naming of many other Go CLI apps like Kubernetes kubectl.

To also enhance the provided information the command will print more application version details using the function implemented in #93 .

@arcticicestudio arcticicestudio added this to the 0.4.0 milestone Oct 18, 2019
@arcticicestudio arcticicestudio added this to Queue in 0.4.0 via automation Oct 18, 2019
@arcticicestudio arcticicestudio moved this from Queue to In Progress in 0.4.0 Oct 18, 2019
svengreb pushed a commit that referenced this issue Oct 18, 2019
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 moved this from In Progress to Review & PR in 0.4.0 Oct 18, 2019
arcticicestudio added a commit that referenced this issue Oct 18, 2019
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
Resolves GH-94
@arcticicestudio
Copy link
Owner Author

Resolved in #95 (64a432e)

0.4.0 automation moved this from Review & PR to Done Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
0.4.0
  
Done
Development

No branches or pull requests

2 participants