Skip to content

Commit

Permalink
add force command to readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 committed Nov 16, 2023
1 parent 00ec9d2 commit 4e4047f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,13 @@ Some prompts can be specified through CLI arguments. For more information, run:
sov-snap-generator --help
```

At the project root, execute:
To skip all prompts and checks, run:

```bash
sov-snap-generator --defaults --force
```

To run the interactive mode, at the project root, execute:

```bash
sov-snap-generator
Expand Down

0 comments on commit 4e4047f

Please sign in to comment.