Skip to content

Commit 68a29c1

Browse files
divolginReplicated Release Pipeline
andauthored
Update Replicated CLI docs for v0.97.0 (#3104)
Co-authored-by: Replicated Release Pipeline <[email protected]>
1 parent b9d08ba commit 68a29c1

File tree

102 files changed

+239
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+239
-17
lines changed

docs/reference/replicated-cli-api-get.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ replicated api get /v3/apps
3131

3232
```
3333
--app string The app slug or app id to use in all calls
34+
--debug Enable debug output
3435
--token string The API token to use to access your app in the Vendor API
3536
```
3637

docs/reference/replicated-cli-api-patch.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ replicated api patch /v3/customer/2VffY549paATVfHSGpJhjh6Ehpy -b '{"name":"Valua
3232

3333
```
3434
--app string The app slug or app id to use in all calls
35+
--debug Enable debug output
3536
--token string The API token to use to access your app in the Vendor API
3637
```
3738

docs/reference/replicated-cli-api-post.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ replicated api post /v3/app/2EuFxKLDxKjPNk2jxMTmF6Vxvxu/channel -b '{"name":"mar
3232

3333
```
3434
--app string The app slug or app id to use in all calls
35+
--debug Enable debug output
3536
--token string The API token to use to access your app in the Vendor API
3637
```
3738

docs/reference/replicated-cli-api-put.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ replicated api put /v3/app/2EuFxKLDxKjPNk2jxMTmF6Vxvxu/channel/2QLPm10JPkta7jO3Z
3232

3333
```
3434
--app string The app slug or app id to use in all calls
35+
--debug Enable debug output
3536
--token string The API token to use to access your app in the Vendor API
3637
```
3738

docs/reference/replicated-cli-api.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Make ad-hoc API calls to the Replicated API
1212

1313
```
1414
--app string The app slug or app id to use in all calls
15+
--debug Enable debug output
1516
--token string The API token to use to access your app in the Vendor API
1617
```
1718

docs/reference/replicated-cli-app-create.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ replicated app create "Custom App" --output table
4040

4141
```
4242
--app string The app slug or app id to use in all calls
43+
--debug Enable debug output
4344
--token string The API token to use to access your app in the Vendor API
4445
```
4546

docs/reference/replicated-cli-app-ls.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ replicated app ls "App Name" --output table
5151

5252
```
5353
--app string The app slug or app id to use in all calls
54+
--debug Enable debug output
5455
--token string The API token to use to access your app in the Vendor API
5556
```
5657

docs/reference/replicated-cli-app-rm.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ replicated app delete "Custom App" --output json
4646

4747
```
4848
--app string The app slug or app id to use in all calls
49+
--debug Enable debug output
4950
--token string The API token to use to access your app in the Vendor API
5051
```
5152

docs/reference/replicated-cli-app.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ replicated app ls --output json
4949

5050
```
5151
--app string The app slug or app id to use in all calls
52+
--debug Enable debug output
5253
--token string The API token to use to access your app in the Vendor API
5354
```
5455

docs/reference/replicated-cli-channel-create.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ replicated channel create --name Beta --description 'New features subject to cha
2929

3030
```
3131
--app string The app slug or app id to use in all calls
32+
--debug Enable debug output
3233
--token string The API token to use to access your app in the Vendor API
3334
```
3435

0 commit comments

Comments
 (0)