Remove deprecated first-class commands down, restart, start, stop, and up #205
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
From 0.6.0 release notes:
warden svc
command to control global services replacingwarden start
,warden stop
,warden up
,warden down
, andwarden restart
and offering further flexibility as this works similar to warden env in that any verb known to docker-compose may be used in orchestrating global services such as traefik, dnsmasq and portainer; for example, warden svc up does what warden up did previously.When this was done, these old commands were kept and printed a warning such as the following:
These commands were for various reasons not cleaned up in the 0.7.0 release as originally planned. This removes them now requiring the use of
warden svc <verb>
to control global services.