quecto-cli
v1.0.5
Published
Quecto-cli is a simple solution for use Quecto in a command line environment.
Downloads
12
Maintainers
Readme
Quecto-CLI
Quecto-cli is a simple solution for use Quecto in a command line environment.
Installation
npm install -g quecto-cli
Usage
quecto <command> [options]
Commands
shorten
Shorten a URL.
Arguments
<link>
: The URL to shorten.
Options
-i, --instance <instance>
: The instance to use. (default:https://s.oriondev.fr
)-p, --password <password>
: The password for the shortened url. (default:null
)
unshorten
Arguments
<link>
: The URL to unshorten.
Options
-i, --instance <instance>
: The instance to use. (default:https://s.oriondev.fr
)-p, --password <password>
: The password for the shortened url. (default:null
)
ivi
Know if a domain is a instance of Quecto.
Arguments
<instance>
: The instance to check.
help
Display help for a command.
Arguments
<command>
: The command to display help for.