Mike Donnalley
Mike Donnalley
>Starting with version @salesforce/cli/2.37.4 Could you try installing plugin-apex 3.1.3 (the version used by [email protected]) and see if that resolves the issue? `sf plugins install [email protected]` I'm asking because that...
`ECONNRESET` typically indicates that you have a connection issue. Are you able to share the debug logs (using `--dev-debug`)?Something in there might help understand why the connection is closing unexpectedly....
I can't reproduce this either - so I'm going to close. Please feel free to open a new issue if you're still experiencing this
Fixed by https://github.com/oclif/core/pull/759 (currently available in `@ocilf/[email protected]`)
Fixed by https://github.com/oclif/core/pull/759 (currently available in `@ocilf/[email protected]`)
Duplicate of #653
If anyone is still interested in this feature, I have a dev release of oclif/core that (hopefully) supports it. If you'd like to test it out: 1. Read the PR...
>Does it still need the package.json file with the bundle approach? Yes, it will still need a package.json since that's where all of oclif's configuration is put
@kanadgupta > even the new explicit strategy is only helpful in bundling the command/hook code itself, correct? Yes, the primary goal of the `explicit` strategy is to support bundling (there...
@kanadgupta After exploring some options, we've decided that we're not going to support your use case (i.e. a single file CLI with no package.json or bin/run.js). The primary issue is...