Skip to content

Commit

Permalink
Update cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman authored Oct 21, 2024
1 parent f309ec9 commit 4d6f98d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/config-sync/getting-started/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ _Example:_
:::info
When you're using `npm` to run these commands, please note that you need an extra `--` to forward the flags to the script.
More information about this topic can be found on the <a href="https://docs.npmjs.com/cli/commands/npm-run-script">NPM documentation</a>.
Example: `npm run cs import -- --yes`

Example:
```
npm run cs import -- --yes
```
:::

### Flag: `-y`, `--yes`

Expand Down

0 comments on commit 4d6f98d

Please sign in to comment.