dynamic-openapi-cli
Advanced tools
+1
-1
| { | ||
| "name": "dynamic-openapi-cli", | ||
| "version": "0.1.3-next.31f39f5", | ||
| "version": "0.1.3-next.d62630d", | ||
| "description": "Transform any OpenAPI v3 spec into a fully functional CLI", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+5
-5
@@ -54,3 +54,3 @@ <div align="center"> | ||
| $ ./petstore install | ||
| petstore install: symlinked /home/ff/.local/bin/petstore → /home/ff/work/petstore | ||
| petstore install: symlinked ~/.local/bin/petstore → ./petstore | ||
@@ -334,4 +334,4 @@ # 5. use it anywhere | ||
| petstore update: fetching https://petstore3.swagger.io/api/v3/openapi.json ... | ||
| bundled "petstore" v1.1.0 → /home/ff/tmp/petstore.update.12345 (7.4 KB, 19 operations) | ||
| petstore update: spec changed (md5 bb864f70 → a12c9e31), /home/ff/bin/petstore 1.0.0 → 1.1.0. | ||
| bundled "petstore" v1.1.0 → /tmp/petstore.update.12345 (7.4 KB, 19 operations) | ||
| petstore update: spec changed (md5 bb864f70 → a12c9e31), ./petstore 1.0.0 → 1.1.0. | ||
@@ -377,6 +377,6 @@ $ petstore --help # petstore 1.1.0 — new operation visible | ||
| ``` | ||
| petstore install: warning — /home/ff/.local/bin is not on your PATH yet. | ||
| petstore install: warning — ~/.local/bin is not on your PATH yet. | ||
| Add this line to your shell rc (~/.bashrc, ~/.zshrc, or equivalent): | ||
| export PATH="/home/ff/.local/bin:$PATH" | ||
| export PATH="$HOME/.local/bin:$PATH" | ||
| ``` | ||
@@ -383,0 +383,0 @@ |
213865
-0.02%