Skip to content

Commit

Permalink
Fixed wrong casing in stage edit --configuration sample
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn committed Jan 6, 2025
1 parent 233220e commit 0e6005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/nitro/cli-commands/stage.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Remember to save any changes you've made before exiting the Console UI.
The `nitro stage edit` command also provides a non-interactive user interface for managing the stages of an API.

```shell
nitro stage edit --api-id abc123 --configuration '[{"name":"stage1","displayName":"Stage 1","conditions":[{"afterStage":"stage2"}]}]'
nitro stage edit --api-id abc123 --configuration '[{"Name":"stage1","DisplayName":"Stage 1","Conditions":[{"AfterStage":"stage2"}]}]'
```

**Options**
Expand Down

0 comments on commit 0e6005d

Please sign in to comment.