GoogleCloudPlatform / google-cloud-gemserver

CLI to deploy a private gem server to Google App Engine Flex
Apache License 2.0
46 stars 14 forks source link

Fix command on README.md #17

Closed hxiong388 closed 7 years ago

hxiong388 commented 7 years ago

s/google-cloud-gemserver create-key/google-cloud-gemserver create_key/ in README.md

dazuma commented 7 years ago

We probably should prefer "create-key" unless Thor doesn't like it.

arhamahmed commented 7 years ago

Experimentally, it seems multi-word commands in Thor work with both _ and -. Since - is more common, I can update the docs to use - everywhere.

hxiong388 commented 7 years ago

That works good. Just make sure the commands are consistent on README.