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