@dzhechkov/harness-cli 0.3.0 → 0.3.1
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,6 +61,7 @@ dz sync [--canonical <dir>] [--project <dir>] [--dry-run] [--force]
|
|
|
61
61
|
dz update (alias for sync)
|
|
62
62
|
dz list [--skills-dir <dir>]
|
|
63
63
|
dz info --id <skill-id> [--skills-dir <dir>]
|
|
64
|
+
dz create-skill --name <id> [--description <text>] [--tier 1|2|3]
|
|
64
65
|
dz migrate [--project <dir>]
|
|
65
66
|
dz scout [--topics <list>] [--since <date>]
|
|
66
67
|
dz workflow --task <name> [--dry-run]
|
|
@@ -314,4 +315,4 @@ npx @dzhechkov/p-replicator init
|
|
|
314
315
|
|
|
315
316
|
## Status
|
|
316
317
|
|
|
317
|
-
`v0.
|
|
318
|
+
`v0.3.0` — published on npm. Part of [DZ Harness Hub](https://github.com/djd1m/dz-harness-hub).
|
package/package.json
CHANGED