We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to get CLI Shorthand to work when using an API short name.
For example, given the API short name example.
example
restish PUT example create-repo org: myorg1, repo: myrepo1, description: a nice one
Request payload that looks like
{"org":"myorg1","repo":"myrepo1","description":"a nice one"}
{"create-repo org":"myorg1","repo":"myrepo1","description":"a nice one"}
The text was updated successfully, but these errors were encountered:
I did find that using the j executable, piped to restish, serves my purpose.
j 'org: myorg1, repo: myrepo1, description: a nice one' | restish example create-repo
Sorry, something went wrong.
No branches or pull requests
Description
I am unable to get CLI Shorthand to work when using an API short name.
For example, given the API short name
example
.restish PUT example create-repo org: myorg1, repo: myrepo1, description: a nice one
Expected result
Request payload that looks like
Actual result
Environment
The text was updated successfully, but these errors were encountered: