@sufleur/cli 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -155,6 +155,7 @@ All accept `--json`. Prompts are addressed as `@workspace/name`, versions as `@w
|
|
|
155
155
|
|
|
156
156
|
| Command | What it does |
|
|
157
157
|
| ------- | ------------ |
|
|
158
|
+
| `workspace list` | List the workspaces you belong to, with your role |
|
|
158
159
|
| `prompt create @ws/name --description "..."` | Create a new prompt in a workspace |
|
|
159
160
|
| `prompt list @ws [--search ... --limit ... --offset ...]` | List prompts in a workspace |
|
|
160
161
|
| `prompt get @ws/name` | Show one prompt's details |
|