Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions docs/command-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,27 @@ sidebar_label: Nim Command Summary

## Nimbella CLI Command Summary

The documents here cover the top level commands and topics of the Nimbella CLI. Each document covers the syntax of its commands in the style of the command help but with more extended explanations. Flags common to many commands are documented in [common-flags.md](common-flags.md) to avoid repetition.
The documents here cover the top level commands and topics of the Nimbella CLI. Each document covers the syntax of its commands in the style of the command help but with more extended explanations. Flags common to many commands are documented in [common-flags.md](flags) to avoid repetition.

### TOPICS
- [action](nim-cmds/action.md) **work with actions**
- [activation](nim-cmds/activation.md) **work with activations**

- [action](nim-cmds/action.md) **work with actions**
- [activation](nim-cmds/activation.md) **work with activations**
- [auth](nim-cmds/auth.md) **manage Nimbella and Github credentials**
- [key-value](nim-cmds/key-value.md) **work with key-value store**
- [namespace](nim-cmds/namespace.md) **work with namespaces**
- [object](nim-cmds/object.md) **work with objects store**
- [package](nim-cmds/package.md) **work with packages**
- [plugins](nim-cmds/plugins.md) **manage optional API specification sources**
- [project](nim-cmds/project.md) **manage and deploy Nimbella projects**
- [route](nim-cmds/route.md) **work with routes**
- [rule](nim-cmds/rule.md) **work with rules**
- [trigger](nim-cmds/trigger.md) **work with triggers**
- [web](nim-cmds/web.md) **work with web contents**
- [workbench](nim-cmds/workbench.md) **open Nimbella workbench with login or command**
- [plugins](nim-cmds/plugins.md) **manage optional API specification sources**
- [project](nim-cmds/project.md) **manage and deploy Nimbella projects**
- [route](nim-cmds/route.md) **work with routes**
- [rule](nim-cmds/rule.md) **work with rules**
- [trigger](nim-cmds/trigger.md) **work with triggers**
- [web](nim-cmds/web.md) **work with web contents**
- [workbench](nim-cmds/workbench.md) **open Nimbella workbench with login or command**

### COMMANDS

- [commander](nim-cmds/commander.md) **interact with Nimbella Commander**
- [doc](nim-cmds/doc.md) **Display the full documentation of this CLI**
- [info](nim-cmds/info.md) **Show information about this version of 'nim'**
Expand Down