Socket
Socket
Sign inDemoInstall

@blockstack/clarity-cli

Package Overview
Dependencies
341
Maintainers
9
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @blockstack/clarity-cli

The Clarity CLI is used to manage Clarity smart contracts from the command line.


Version published
Weekly downloads
41
increased by1950%
Maintainers
9
Created
Weekly downloads
 

Changelog

Source

0.3.15 (2021-06-03)

Note: Version bump only for package clarity-monorepo-wrapper

Readme

Source
  • Usage
  • Commands

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

Keywords

FAQs

Last updated on 03 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc