faradayio / cage

Develop and deploy complex Docker applications
http://cage.faraday.io
Apache License 2.0
307 stars 26 forks source link

add `down` as an alias for `stop` #116

Open tomplex opened 2 years ago

tomplex commented 2 years ago

since cage uses the verb up to start a pod / service / etc, it makes sense that you can cage down to perform the opposite action, instead of having to cage stop them.

I considered adding cage start as well as an alias for up, but I wasn't sure. Happy to do that if you think it's a good idea.