glix
v0.1.2
Published
A custom domain manager for Glix.
Downloads
4
Readme
glix
A custom domain manager for Glix.
Installation
Using npm:
npm i -g glix
Or with yarn:
yarn global add glix
Usage
$ npm install -g glix
$ glix COMMAND
running command...
$ glix (-v|--version|version)
glix/0.1.1 darwin-x64 node-v14.7.0
$ glix --help [COMMAND]
USAGE
$ glix COMMAND
...
Commands
glix help [COMMAND]
display help for glix
USAGE
$ glix help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
glix login
Sign in to your glix account.
USAGE
$ glix login
ALIASES
$ glix signin
$ glix si
See code: src/commands/login.ts
glix logout
Log out of an account.
USAGE
$ glix logout
ALIASES
$ glix signout
$ glix so
See code: src/commands/logout.ts
glix register
Create a new Glix account.
USAGE
$ glix register
ALIASES
$ glix signup
$ glix su
See code: src/commands/register.ts
glix whois
Get information about the current logged in user.
USAGE
$ glix whois
ALIASES
$ glix who
$ glix w
See code: src/commands/whois.ts