core icon indicating copy to clipboard operation
core copied to clipboard

Node.js Open CLI Framework. Built by Salesforce.

Results 34 core issues
Sort by recently updated
recently updated
newest added

Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 2.2.6. Release notes Sourced from @​oclif/test's releases. 2.2.6 Bug Fixes deps: bump @​oclif/core from 1.18.0 to 1.19.1 (d8376ce) 2.2.5 Bug Fixes deps: bump fancy-test from...

dependencies

Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.1.11 to 5.1.16. Release notes Sourced from @​oclif/plugin-help's releases. 5.1.16 Bug Fixes deps: bump @​oclif/core from 1.18.0 to 1.19.1 (9a8168d) 5.1.15 Bug Fixes deps: bump @​oclif/core from...

dependencies

## Breaking Changes ### Command Args We updated the `Command.args` to more closely resemble flags **Before** ```typescript import { Command } from '@oclif/core' export default MyCommand extends Command { static...

**Describe the bug** When you disable argument validation with `static strict = false` it causes non-existing or misspelled flags to be parsed as args. **To Reproduce** 1. `static strict =...

will-fix-in-v2

It's been a long standing issue that prompt returns a `Promise` when it clearly should return `Promise`. It's because the wrapper methods `pauseAsync()` don't forward their types along from the...

cla:signed

**Describe the bug** Disclaimer: I'm unsure which of the projects actually contains this bug, but here goes. I'm trying out oclif version oclif/3.1.2 darwin-x64 node-v18.7.0 following the [documentation on prompts](https://oclif.io/docs/prompting)....

bug

When an `env` is set for a boolean flag, if the user doesn't actually specify the value in their ENV, it ends up being treated as though they'd specified `false`....

cla:signed

Bumps [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) from 2.1.0 to 2.1.5. Release notes Sourced from @​oclif/plugin-plugins's releases. 2.1.5 Bug Fixes deps: bump @​oclif/core from 1.18.0 to 1.19.1 (cbf1bb6) 2.1.4 Bug Fixes deps: bump semver from...

dependencies

Adds support for just-in-time plugin installation Related: https://github.com/oclif/oclif/pull/1009 https://github.com/salesforcecli/cli/pull/383

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- Bug What is the current behavior? ----------------------------- 1. When using the `init` hook, you can't exit the CLI...