glix
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

glix

A custom domain manager for Glix.

oclif Version Downloads/week License

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.2 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

Readme

Keywords

Package Sidebar

Install

npm i glix

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

23.4 kB

Total Files

32

Last publish

Collaborators

  • ihack2712