2.8.0 • Published 1 year ago

@valist/cli v2.8.0

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
1 year ago

Valist CLI

Valist command line interface.

Usage

$ npm install -g @valist/cli
$ valist COMMAND
running command...
$ valist (--version)
@valist/cli/2.8.0 darwin-arm64 node-v16.13.0
$ valist --help [COMMAND]
USAGE
  $ valist COMMAND
...

Commands

valist download PACKAGE [OUTPUT]

Download a package.

USAGE
  $ valist download [PACKAGE] [OUTPUT] [--network <value>]

ARGUMENTS
  PACKAGE  package name
  OUTPUT   output path

FLAGS
  --network=<value>  [default: https://rpc.valist.io] Blockchain network

DESCRIPTION
  Download a package.

EXAMPLES
  $ valist download ipfs/go-ipfs/v0.12.2

  $ valist download ipfs/go-ipfs/v0.12.2 ~/Downloads/

See code: dist/commands/download.ts

valist help [COMMAND]

Display help for valist.

USAGE
  $ valist help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for valist.

See code: @oclif/plugin-help

valist import

Import an account

USAGE
  $ valist import

DESCRIPTION
  Import an account

EXAMPLES
  $ valist import

See code: dist/commands/import.ts

valist keygen

Generate a new account

USAGE
  $ valist keygen

DESCRIPTION
  Generate a new account

EXAMPLES
  $ valist keygen

See code: dist/commands/keygen.ts

valist publish [PACKAGE] [PATH]

Publish a release

USAGE
  $ valist publish [PACKAGE] [PATH] [--meta-tx] [--network <value>] [--private-key <value>]

ARGUMENTS
  PACKAGE  package name
  PATH     path to artifact file or directory

FLAGS
  --[no-]meta-tx         Enable meta transactions
  --network=<value>      [default: https://rpc.valist.io] Blockchain network
  --private-key=<value>  Account private key

DESCRIPTION
  Publish a release

EXAMPLES
  $ valist publish ipfs/go-ipfs/v0.12.3 README.md

  $ valist publish ipfs/go-ipfs/v0.12.3 dist/

See code: dist/commands/publish.ts

2.8.0

1 year ago

2.7.0

1 year ago

2.6.0

1 year ago

2.7.1

1 year ago

2.5.0-beta.1

2 years ago

2.5.6

2 years ago

2.5.5

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

2.3.0

2 years ago

2.3.1

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

0.6.3-1

2 years ago

0.6.3

2 years ago

0.6.1-1

2 years ago

0.6.1

2 years ago

0.0.2

2 years ago

0.0.2-rc.1

2 years ago

0.0.1

2 years ago