chore(package): add --unregister doc

This commit is contained in:
Julien Fontanet 2016-10-24 15:58:14 +02:00
parent 207aef7cb3
commit c3a5e0592d
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,9 @@ Usage:
xo-cli --register [<XO-Server URL>] [<username>] [<password>]
Registers the XO instance to use.
xo-cli --unregister
Remove stored credentials.
xo-cli --list-commands [--json] [<pattern>]...
Returns the list of available commands on the current XO instance.

View File

@ -125,6 +125,9 @@ var help = wrap((function (pkg) {
$name --register [<XO-Server URL>] [<username>] [<password>]
Registers the XO instance to use.
$name --unregister
Remove stored credentials.
$name --list-commands [--json] [<pattern>]...
Returns the list of available commands on the current XO instance.