-
Notifications
You must be signed in to change notification settings - Fork 73
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
Toolbox documentation #63
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking pretty good. Just two minor nitpicks.
README.md
Outdated
Example: | ||
|
||
```shell | ||
$ 3scale update service -s https://234239874598743@3scaleinstance_source.com -d https://2342342342342@3scaleinstance_destination.com 3 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is better to stick using example.com
as an example domain. You can use it's subdomains too.
README.md
Outdated
3scale CLI tools to manage your API from the terminal. | ||
|
||
COMMANDS | ||
copy 3scale copy super command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is a "super command" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
parent of a subcommand.
Intention was to make it clear that by itself does nothing. There are subcommands behind it.
Will change to something more meaningful
I am adding a TOC, can be handy when doc becomes too long. |
update service
commandcopy
andimport
commands.