Skip to content

Commit

Permalink
docs: add new action CLI commands to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-schmid committed Oct 2, 2024
1 parent 4aeb5a2 commit 47e4081
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/pages/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ admyral action push your_custom_action -a path/to/your/action.py

where `your_custom_action` is the Python function name and `file_path` is the path to the Python file where the action is defined.

List all pushed actions:

```bash
admyral action list
```

Delete a pushed action:

```bash
admyral action delete your_custom_action
```

where `your_custom_action` is the Python function name.

## Secrets Management

Manages secrets in Admyral. Secrets are encrypted values, such as API keys or passwords. See [Secrets Management](/secrets) for more information.
Expand Down

0 comments on commit 47e4081

Please sign in to comment.