@nmakarov/cli-toolkit 0.18.0 → 0.21.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 CHANGED
@@ -42,6 +42,15 @@ npm install ink react
42
42
 
43
43
  **Note**: The Screen module has special requirements for CommonJS usage. See [CommonJS Support](#screen-module---esm-only-dependencies) for details.
44
44
 
45
+ ## AWS SSM Parameter Store (optional scripts)
46
+
47
+ Shipped as TypeScript sources under `scripts/ssm/` (included in the npm package). Requires dev/runtime `tsx` to execute, or run with `npx tsx node_modules/@nmakarov/cli-toolkit/scripts/ssm/ssm-admin.ts …`.
48
+
49
+ - **`ssm-admin.ts`** — `list`, `get`, `put`, `delete` (workstation credentials).
50
+ - **`ssm-pull.ts`** — recursive pull by `--path`; `--output print|dotenv|shell`.
51
+
52
+ From a clone of this repo: `npm run ssm:list -- --prefix /your/prefix/`, `npm run ssm:pull -- --path /your/prefix/`.
53
+
45
54
  ## Quick Start
46
55
 
47
56
  ### Args - Parse Command Line Arguments