Skip to content

Commit

Permalink
Added - solv setup --script
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Aug 27, 2024
1 parent 0b9c81b commit 5e89d14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/lemon-owls-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@epics-dao/solv': patch
---

Last release did not include the `--script` option yet.
This patch release adds the `--script` option to the `solv setup` command.

Added - solv setup --script
1 change: 1 addition & 0 deletions packages/solv/src/cli/setup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const setupCommands = (solvConfig: ConfigParams) => {
.option('--vote', 'Setup Vote Account', false)
.option('--key', 'Setup Validator Keypairs', false)
.option('--swap', 'Setup Swap', false)
.option('--script', 'Update Solana Validator Startup Script', false)
.action(async (options: SetupOptions) => {
const config = readOrCreateDefaultConfig()
if (options.vote) {
Expand Down

0 comments on commit 5e89d14

Please sign in to comment.