run-oci-cli-command
run-oci-cli-command copied to clipboard
Run Oracle Cloud Infrastructure (OCI) CLI commands
Can we use this GitHub plugin to generate a wallet using the `oci-cli`. To be exact: `db autonomous-database generate-wallet`?
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.5.0 to 8.7.0. Release notes Sourced from typescript-eslint's releases. v8.7.0 8.7.0 (2024-09-23) 🚀 Features eslint-plugin: [no-unsafe-call] check calls of Function (#10010) eslint-plugin: [consistent-type-exports] check export * exports...
Bumps the npm-development group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@vercel/ncc](https://github.com/vercel/ncc). Updates `@types/node` from 20.16.5 to 20.16.10 Commits See full diff in compare view Updates `@vercel/ncc` from 0.38.1 to 0.38.2 Release...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1. Release notes Sourced from eslint's releases. v8.57.1 Bug Fixes a19072f fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta) 04c7188...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. Release notes Sourced from typescript's releases. TypeScript 5.6 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps the npm-development group with 1 update in the / directory: [@vercel/ncc](https://github.com/vercel/ncc). Updates `@vercel/ncc` from 0.38.1 to 0.38.3 Release notes Sourced from @vercel/ncc's releases. 0.38.3 0.38.3 (2024-11-15) Bug Fixes add...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.1. Changelog Sourced from @actions/core's changelog. 1.11.1 Fix uses of crypto.randomUUID on Node 18 and earlier #1842 1.11.0 Add platform info utilities #1551 Remove dependency...
oci cli installation is failing with an error"The process '/home/runner/.local/bin/oci' failed with exit code 2" /home/runner/work/_actions/oracle-actions/run-oci-cli-command/v1.3.2/node_modules/@actions/exec/lib/toolrunner.js:592 error = new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`); ^ Error: The...
I was trying to write a command to pull docker image onto a single instance and run the container, but it would always failed. I tried both | and <...