@sufleur/cli 0.2.1 → 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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. 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 |
@@ -166,7 +167,9 @@ All accept `--json`. Prompts are addressed as `@workspace/name`, versions as `@w
166
167
  | `version set-metadata @ws/name@draft --string K=V` (or `--from-file …`) | Patch or sync metadata |
167
168
  | `version delete-metadata @ws/name@draft --key K` | Remove a metadata key |
168
169
  | `version set-output-schema @ws/name@draft --file schema.json` | Replace the version's output schema |
169
- | `version dump @ws/name@version --to ./dir` | Export files, output schema, and metadata to disk |
170
+ | `version set-readme @ws/name@draft [--content STR \| --file PATH]` | Replace the version's README |
171
+ | `version get-readme @ws/name@version` | Print the version's README to stdout (raw markdown) |
172
+ | `version dump @ws/name@version --to ./dir` | Export files, output schema, README, and metadata to disk |
170
173
  | `file list @ws/name@version` | List files in a version |
171
174
  | `file create @ws/name@draft --file path.mustache [--entrypoint]` | Add a new file |
172
175
  | `file update @ws/name@draft --name X [--file ...] [--rename Y]` | Replace content and/or rename |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sufleur/cli",
3
- "version": "0.2.1",
3
+ "version": "0.4.0",
4
4
  "description": "CLI for sufleur — type-safe codegen for versioned LLM prompts.",
5
5
  "keywords": [
6
6
  "sufleur",