Skip to content

Commit c564386

Browse files
Add examples for octopus config set cli command
1 parent e743d11 commit c564386

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/pages/docs/octopus-rest-api/cli/octopus-config-set.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ Global Flags:
2020
-f, --output-format string Specify the output format for a command ("json", "table", or "basic") (default "table")
2121
-s, --space string Specify the space for operations
2222
23+
```
24+
25+
## Examples
26+
27+
<SamplesInstance />
28+
29+
```
30+
$ octopus config set "Space" "MyAwesomeSpace"
31+
$ octopus config set "Url" "https://samples.octopus.app"
32+
$ octopus config set "ApiKey" "API-YOUR-KEY"
33+
34+
2335
```
2436

2537
## Learn more

0 commit comments

Comments
 (0)