
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@valist/cli
Advanced tools
Valist command line interface.
$ 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
...
valist download PACKAGE [OUTPUT]valist help [COMMAND]valist importvalist keygenvalist publish [PACKAGE] [PATH]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 importImport an account
USAGE
$ valist import
DESCRIPTION
Import an account
EXAMPLES
$ valist import
See code: dist/commands/import.ts
valist keygenGenerate 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
FAQs
Valist CLI
We found that @valist/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.