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

Remove deprecated first-class commands down, restart, start, stop, and up #205

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

davidalger
Copy link
Collaborator

From 0.6.0 release notes:

  • Added warden svc command to control global services replacing warden start, warden stop, warden up, warden down, and warden 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:

WARNING: This command is deprecated as of 0.6.0 and will be removed in 0.7.0; please use 'warden svc start' instead.

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.

…d up

From 0.6.0 release notes:

* Added `warden svc` command to control global services replacing `warden start`, `warden stop`, `warden up`, `warden down`, and `warden 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:

> WARNING: This command is deprecated as of 0.6.0 and will be removed in 0.7.0; please use 'warden svc start' instead.

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.
@davidalger davidalger added this to the Warden 0.9.0 milestone Aug 2, 2020
@davidalger davidalger merged commit e3cbd68 into develop Aug 3, 2020
@davidalger davidalger deleted the cleanup-deprecated-commands branch August 3, 2020 19:33
davidalger added a commit that referenced this pull request Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant