Skip to content

Commit

Permalink
Merge pull request #94 from dinusha92/master
Browse files Browse the repository at this point in the history
Adding get-keys command to distribution readme.
  • Loading branch information
dinusha92 authored Sep 20, 2019
2 parents 059d57e + 557dbd7 commit 42a700f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions import-export-cli/resources/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,20 @@ <h3 id="commands">Commands</h3>
</code></pre>
</li>
</ul>
<ul>
<li><h4 id="get-keys">get-keys</h4>
<pre><code class="lang-bash"> Flags:
Required:
--name, -n
--version, -v
--environment, -e
Optional:
--username, -u
--password, -p
NOTE: user will be prompted to enter credentials if they are not provided with these flags
Examples:
apimcli get-keys -n PizzaShackAPI --version 1.0.0 -e dev --provider admin
</code></pre>
</li>
</ul>

0 comments on commit 42a700f

Please sign in to comment.