0.0.2 • Published 4 years ago

marckraw-oclif-test v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

marckraw-oclif-test

test oclif cli

oclif Version Downloads/week License

Usage

$ npm install -g marckraw-oclif-test
$ marckraw-oclif-test COMMAND
running command...
$ marckraw-oclif-test (-v|--version|version)
marckraw-oclif-test/0.0.2 darwin-x64 node-v12.16.1
$ marckraw-oclif-test --help [COMMAND]
USAGE
  $ marckraw-oclif-test COMMAND
...

Commands

marckraw-oclif-test backup

describe the command here

USAGE
  $ marckraw-oclif-test backup

OPTIONS
  -a, --all            Backup all components.
  -h, --help           show CLI help
  -l, --list=list      Backup provided list of components.
  -s, --single=single  Backup provided single component

See code: src/commands/backup.ts

marckraw-oclif-test backup-components [FILE]

describe the command here

USAGE
  $ marckraw-oclif-test backup-components [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/backup-components.ts

marckraw-oclif-test debug

describe the command here

USAGE
  $ marckraw-oclif-test debug

OPTIONS
  -h, --help  show CLI help

See code: src/commands/debug.ts

marckraw-oclif-test help [COMMAND]

display help for marckraw-oclif-test

USAGE
  $ marckraw-oclif-test help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

marckraw-oclif-test migrate [FILE]

describe the command here

USAGE
  $ marckraw-oclif-test migrate [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/migrate.ts

marckraw-oclif-test sync [FILE] [DUPA]

Synchronize schema based files with Storyblok space.

USAGE
  $ marckraw-oclif-test sync [FILE] [DUPA]

OPTIONS
  -f, --force
  -h, --help   show CLI help
  -s, --all    Synchronize all.
  -x, --ext    Synchronize with schema extension (default to .sb.js

EXAMPLE

  $ marckraw-oclif-test hello
     hello world from ./src/hello.ts!

See code: src/commands/sync.ts