This package has been deprecated

Author message:

Use @shifter/cli instead

@shifter/domain-cli
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

@shifter/domain-cli

Simple Shifter domain management cli

oclif Version Downloads/week License

Usage

$ npm install -g @shifter/domain-cli
$ shifter-domain COMMAND
running command...
$ shifter-domain (-v|--version|version)
@shifter/domain-cli/0.3.3 linux-x64 node-v14.15.1
$ shifter-domain --help [COMMAND]
USAGE
  $ shifter-domain COMMAND
...

Commands

shifter-domain add

Domain registration command

USAGE
  $ shifter-domain add

OPTIONS
  -D, --domain=domain      target domain name (eg. example.com)
  -S, --site-id=site-id    Shifter site id
  -U, --username=username  Shifter username
  -h, --help               show CLI help
  -v, --version            show CLI version
  --development            Work as development mode (Only for Shifter developer team)
  --verbose                Show verbose

EXAMPLES
  Simply usage
  $ shifter-domain add --username USERNAME --password PASSWORD --site-id xxx-YOUR-SITE-ID-xxxx --domain test.example.com

See code: src/commands/add.ts

shifter-domain attach

Domain attach command

USAGE
  $ shifter-domain attach

OPTIONS
  -D, --domain=domain      Target domain name (eg. www.example.com)
  -S, --site-id=site-id    Shifter site id
  -U, --username=username  Shifter username
  -h, --help               show CLI help
  -v, --version            show CLI version
  --development            Work as development mode (Only for Shifter developer team)
  --no-shifter-cdn         If you using another CDN like Netlify or own CloudFront etc... Please set the flag.
  --verbose                Show verbose

EXAMPLES
  Simply usage
  $ shifter-domain attach --username USERNAME --password PASSWORD --site-id xxx-YOUR-SITE-ID-xxxx  --domain 
  test.example.com

    Use own CDN (Netlify or own CloudFront etc...)
  $ shifter-domain attach --username USERNAME --password PASSWORD --site-id xxx-YOUR-SITE-ID-xxxx  --domain 
  test.example.com --no-shifter-cdn

See code: src/commands/attach.ts

shifter-domain delete

Domain delete command

USAGE
  $ shifter-domain delete

OPTIONS
  -D, --domain=domain      Target domain name (eg. www.example.com)
  -S, --site-id=site-id    Shifter site id
  -U, --username=username  Shifter username
  -h, --help               show CLI help
  -v, --version            show CLI version
  --development            Work as development mode (Only for Shifter developer team)
  --verbose                Show verbose

EXAMPLES
  Simply usage
  $ shifter-domain delete --username USERNAME --password PASSWORD --site-id xxx-YOUR-SITE-ID-xxxx  --domain 
  test.example.com

See code: src/commands/delete.ts

shifter-domain detach

Domain detach command

USAGE
  $ shifter-domain detach

OPTIONS
  -D, --domain=domain      Target domain name (eg. www.example.com)
  -S, --site-id=site-id    Shifter site id
  -U, --username=username  Shifter username
  -h, --help               show CLI help
  -v, --version            show CLI version
  --development            Work as development mode (Only for Shifter developer team)
  --no-shifter-cdn         If you using another CDN like Netlify or own CloudFront etc... Please set the flag.
  --verbose                Show verbose

EXAMPLE
  $ shifter-domain detach --username USERNAME --password PASSWORD --site-id xxx-YOUR-SITE-ID-xxxx  --domain 
  test.example.com

See code: src/commands/detach.ts

shifter-domain get

Domain get command

USAGE
  $ shifter-domain get

OPTIONS
  -D, --domain=domain      target domain name (eg. example.com)
  -S, --site-id=site-id    Shifter site id
  -U, --username=username  Shifter username
  -h, --help               show CLI help
  -v, --version            show CLI version
  --development            Work as development mode (Only for Shifter developer team)
  --verbose                Show verbose

EXAMPLES
  Simply usage
  $ shifter-domain get --username USERNAME --password PASSWORD --site-id xxx-YOUR-SITE-ID-xxxx --domain test.example.com

See code: src/commands/get.ts

shifter-domain get-verification-code

Domain verification code command

USAGE
  $ shifter-domain get-verification-code

OPTIONS
  -D, --domain=domain      target domain name (eg. example.com)
  -S, --site-id=site-id    Shifter site id
  -U, --username=username  Shifter username
  -h, --help               show CLI help
  -v, --version            show CLI version
  --development            Work as development mode (Only for Shifter developer team)
  --verbose                Show verbose

EXAMPLES
  Simply usage
  $ shifter-domain get-verification-code --username USERNAME --password PASSWORD --site-id xxx-YOUR-SITE-ID-xxxx 
  --domain test.example.com

See code: src/commands/get-verification-code.ts

shifter-domain help [COMMAND]

display help for shifter-domain

USAGE
  $ shifter-domain help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

shifter-domain list

Domain lists command

USAGE
  $ shifter-domain list

OPTIONS
  -S, --site-id=site-id    Shifter site id
  -U, --username=username  Shifter username
  -h, --help               show CLI help
  -v, --version            show CLI version
  --development            Work as development mode (Only for Shifter developer team)
  --verbose                Show verbose

EXAMPLES
  Simply usage
  $ shifter-domain list --username USERNAME --password PASSWORD --site-id xxx-YOUR-SITE-ID-xxxx

See code: src/commands/list.ts

Readme

Keywords

Package Sidebar

Install

npm i @shifter/domain-cli

Weekly Downloads

0

Version

0.3.3

License

MIT

Unpacked Size

51.2 kB

Total Files

25

Last publish

Collaborators

  • emaildano
  • hideokamoto