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

0.3.15 • Public • Published

Usage

$ npm install -g @blockstack/clarity-cli
$ clarity COMMAND
running command...
$ clarity (-v|--version|version)
@blockstack/clarity-cli/0.3.15 linux-x64 node-v14.17.0
$ clarity --help [COMMAND]
USAGE
  $ clarity COMMAND
...

Commands

clarity help [COMMAND]

display help for clarity

USAGE
  $ clarity help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

clarity new PROJECT

Generate new project

USAGE
  $ clarity new PROJECT

OPTIONS
  -h, --help      show CLI help
  --skip_install  Skip running `npm install` after project generation.

EXAMPLE
  $ clarity new <PROJECT_NAME>

See code: src/commands/new.ts

clarity setup

Install blockstack-core and its dependencies

USAGE
  $ clarity setup

OPTIONS
  --from_source  Compile binary from Rust source instead of downloading distributable.
  --overwrite    Overwrites an existing installed clarity-cli bin file.

EXAMPLE
  $ clarity setup

See code: src/commands/setup.ts

Package Sidebar

Install

npm i @blockstack/clarity-cli

Weekly Downloads

7

Version

0.3.15

License

MIT

Unpacked Size

15.1 kB

Total Files

16

Last publish

Collaborators

  • ablankstein
  • zone117x
  • hstove
  • kyranjamie
  • aulneau
  • jcnelson
  • yknl
  • reedrosenbluth
  • blockstack-devops