Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Rename "uninstall" to "remove/rm" #622

Merged
merged 1 commit into from Sep 20, 2019
Merged

Rename "uninstall" to "remove/rm" #622

merged 1 commit into from Sep 20, 2019

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Sep 18, 2019

- What I did
Renamed uninstall into rm (alias remove)

- How I did it
Search and replace

- How to verify it
docker app --help
docker app rm foo

- Description for the changelog
"uninstall" command renamed to "rm" (alias remove)

- A picture of a cute animal (not mandatory but encouraged)
image

@codecov
Copy link

codecov bot commented Sep 18, 2019

Codecov Report

Merging #622 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #622   +/-   ##
=======================================
  Coverage   71.83%   71.83%           
=======================================
  Files          51       51           
  Lines        2624     2624           
=======================================
  Hits         1885     1885           
  Misses        500      500           
  Partials      239      239

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e495f22...149702a. Read the comment docs.

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Copy link
Member

@chris-crone chris-crone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -362,7 +362,7 @@ Commands:
push Push an application package to a registry
render Render the Compose file for an Application Package
status Get the installation status of an application
uninstall Uninstall an application
rm Remove an application
Copy link
Contributor

@jcsirot jcsirot Sep 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: shouldn't the commands be printed in alphabetical order in the output?

@@ -20,9 +20,10 @@ func uninstallCmd(dockerCli command.Cli) *cobra.Command {
var opts uninstallOptions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: rename to removeCmd

@ndeloof ndeloof merged commit 24b127c into docker:master Sep 20, 2019
@ndeloof ndeloof deleted the APP-215 branch September 20, 2019 06:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants