Skip to content

Commit

Permalink
fix: config set syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus authored Jan 17, 2025
1 parent 18c4159 commit 34f6e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/app/cli/configuration-file/_page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```
wasmo config get
wasmo config reset
wasmo config set <key>=<value>
wasmo config set --<key>=<value>
```
Note: This command is unaware of workspaces.

Expand All @@ -18,7 +18,7 @@ The `wasmo config` command can be used to update and edit the contents of the us
### set

```
wasmo config set <key>=<value>
wasmo config set --<key>=<value>
```

Sets each of the config keys to the value provided.
Expand Down

0 comments on commit 34f6e79

Please sign in to comment.