Snowflake Safe CLI: Manage multisig wallets on command line
npm install @snowflake-so/safe-cliInstall with NPM
```
npm install -g @snowflake-so/safe-cli
Or with Yarn
``
yarn add -G @snowflake-so/safe-cli
`
Usage: snowsafe [options] [command]
❄️ Snowflake Safe CLI: Manage multisig wallets on command line ❄️
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
config Configure Snowflake CLI
proposal Manage proposals
safe Manage safes
program Manage Solana program
help [command] display help for command
`
To create a new command, go to src/command and create a new command following the structure of current commands config.ts or proposal.ts.
Add a new command to the command instruction in the index.ts
--help (-h): Provides help information
--version (-v): Prints the version number
---
`
Usage: snowsafe config get [options]
Get configuration
Options:
-h, --help display help for command
`
config get: Prints the configuration file
---
`
Usage: snowsafe config set [options]
Set configuration
Options:
--url
--keypair
-h, --help display help for command
`
config set: Sets the configuration file
#### Flags
- --url : Solana Cluster endpoint (mainnet-beta, devnet, testnet)--keypair
- : Path to keypair
---
- Twitter: https://twitter.com/snowflake_sol
- Website: https://snowflake.so/
- Discord: https://discord.gg/VjebQgGa
@snowflake-so