Skip to content

Commit

Permalink
add document how to disable (#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-namba authored and khanhtc1202 committed Jan 13, 2023
1 parent 5a1b6ee commit 2b08b37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/content/en/docs-dev/user-guide/command-line-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,17 @@ pipectl application list \
--app-kind=KUBERNETES \
```

### Disable an application

Disable an application with given id:

``` console
pipectl application disable \
--address={CONTROL_PLANE_API_ADDRESS} \
--api-key={API_KEY} \
--app-id={APPLICATION_ID}
```

### Deleting an application

Delete an application with given id:
Expand Down

0 comments on commit 2b08b37

Please sign in to comment.