@gitlab/duo-cli
Advanced tools
+9
-9
| { | ||
| "name": "@gitlab/duo-cli", | ||
| "version": "8.89.0", | ||
| "version": "8.91.0", | ||
| "description": "GitLab Duo for your command line", | ||
@@ -15,9 +15,9 @@ "type": "module", | ||
| "dev:watch": "bun --watch ./src/index.tsx", | ||
| "debug:built": "npm run build:debug && node --inspect-brk=127.0.0.1:9229 dist/index.js", | ||
| "debug:terminal": "npm run build:debug && bun ./scripts/launch_debug_terminal.ts", | ||
| "start": "npm run build:bundle && node --use-system-ca dist/index.js", | ||
| "debug:built": "bun run build:debug && node --inspect-brk=127.0.0.1:9229 dist/index.js", | ||
| "debug:terminal": "bun run build:debug && bun ./scripts/launch_debug_terminal.ts", | ||
| "start": "bun run build:bundle && node --use-system-ca dist/index.js", | ||
| "dev:watch-tools": "bun ./scripts/dev_with_tools.ts", | ||
| "test": "NODE_OPTIONS='--experimental-vm-modules' jest", | ||
| "test:debug": "NODE_OPTIONS='--experimental-vm-modules --inspect-brk' jest --runInBand --no-cache", | ||
| "test:e2e": "npm run build:bundle && NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js", | ||
| "test:e2e": "bun run build:bundle && NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js", | ||
| "build:binary": "./scripts/compile_executables.sh", | ||
@@ -51,13 +51,13 @@ "sign:binary": "./scripts/sign_executables.sh" | ||
| "@gitlab-org/workflow-executor": "0.0.0", | ||
| "@types/lodash-es": "^4.17.12", | ||
| "@types/fuzzaldrin-plus": "^0.6.5", | ||
| "@types/jest": "^29.5.14", | ||
| "@types/lodash-es": "^4.17.12", | ||
| "@types/react": "^19.2.2", | ||
| "commander": "^14.0.2", | ||
| "fuzzaldrin-plus": "^0.6.0", | ||
| "ink": "^6.5.1", | ||
| "ink": "^6.8.0", | ||
| "ink-testing-library": "^4.0.0", | ||
| "jest": "^29.5.14", | ||
| "lodash-es": "^4.18.1", | ||
| "jest": "^29.5.14", | ||
| "msw": "^2.0.0", | ||
| "msw": "2.11.2", | ||
| "neverthrow": "^8.2.0", | ||
@@ -64,0 +64,0 @@ "open": "^10.2.0", |
+3
-3
@@ -14,3 +14,3 @@ # GitLab Duo CLI (Beta) | ||
| ```shell | ||
| npm run cli | ||
| bun run cli | ||
| ``` | ||
@@ -21,6 +21,6 @@ | ||
| ```shell | ||
| npm run cli -- run --goal "example" | ||
| bun run cli -- run --goal "example" | ||
| ``` | ||
| For hot-reload development, use `npm run dev:watch` instead. | ||
| For hot-reload development, use `bun run dev:watch` instead. | ||
@@ -27,0 +27,0 @@ See the full [Development Guide](./docs/development.md) for prerequisites, building, debugging, testing, and architecture details. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
49554060
3.41%15156
5.35%