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

Allow rm of multiple apps in one command #775

Merged
merged 2 commits into from
Dec 2, 2019

Commits on Dec 2, 2019

  1. Allow rm of multiple apps in one command

    Adds ability to remove multiple running apps with a single command. E.g.:
    	docker app rm app1 app2
    Attempts to remove all listed apps before returning any errors same as with docker app image rm.
    
    Signed-off-by: Nick Adcock <[email protected]>
    zappy-shu committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    4b39e99 View commit details
    Browse the repository at this point in the history
  2. Use hashicorp/go-multierror in app rm

    Use hashicorp/go-multierror to handle multiple errors when removing multiple apps at once
    
    Signed-off-by: Nick Adcock <[email protected]>
    zappy-shu committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    518754b View commit details
    Browse the repository at this point in the history