@proxman-io/cli
Advanced tools
+5
-5
| { | ||
| "name": "@proxman-io/cli", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "ProxManLib command-line interface — drive Proxmox VE from the shell or an agent", | ||
@@ -42,6 +42,6 @@ "keywords": [ | ||
| "commander": "^12.1.0", | ||
| "@proxman-io/client": "^0.2.0", | ||
| "@proxman-io/core": "^0.2.0", | ||
| "@proxman-io/policy": "^0.2.0", | ||
| "@proxman-io/tool-adapter": "^0.2.0" | ||
| "@proxman-io/client": "^0.2.1", | ||
| "@proxman-io/core": "^0.2.1", | ||
| "@proxman-io/policy": "^0.2.1", | ||
| "@proxman-io/tool-adapter": "^0.2.1" | ||
| }, | ||
@@ -48,0 +48,0 @@ "publishConfig": { |
+3
-8
@@ -7,16 +7,11 @@ # @proxman-io/cli | ||
| From the monorepo (pre-publish): | ||
| ```bash | ||
| pnpm -C ~/git/ProxMan install | ||
| pnpm -C ~/git/ProxMan build | ||
| # Link the bin: | ||
| pnpm -C ~/git/ProxMan/packages/cli link --global | ||
| npm install -g @proxman-io/cli | ||
| proxman --help | ||
| ``` | ||
| Or run directly without linking: | ||
| Or use it one-off without a global install: | ||
| ```bash | ||
| node ~/git/ProxMan/packages/cli/dist/bin.js --help | ||
| npx @proxman-io/cli --help | ||
| ``` | ||
@@ -23,0 +18,0 @@ |
130507
-0.11%119
-4.03%Updated
Updated
Updated