vmware-archive / lattice-cli

Lattice CLI
BSD 2-Clause "Simplified" License
8 stars 5 forks source link

required cli arguments are positional arguments instead of flags #13

Closed onsi closed 9 years ago

onsi commented 9 years ago

This PR turns

ltc start APP_NAME -i DOCKER_IMAGE
ltc scale APP_NAME --instances 5

into

ltc start APP_NAME DOCKER_IMAGE
ltc scale APP_NAME 5

I've updated the docs -- I imagine whetstone will need to be updated. Also @jbayer will need to update his getting started document

cfdreddbot commented 9 years ago

Hey onsi!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you've already signed the CLA.

cf-gitbot commented 9 years ago

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/86357202.

onsi commented 9 years ago

updated whetstone in https://github.com/pivotal-cf-experimental/whetstone/pull/2

jbayer commented 9 years ago

@onsi is a ok to merge as he works for pivotal :)