dev-cli icon indicating copy to clipboard operation
dev-cli copied to clipboard

Results 82 dev-cli issues
Sort by recently updated
recently updated
newest added

After building a windows app (from Linux because building it on Windows doesn't work), and running the generated installer, the program does seem to run, but the commands added seem...

$ oclif-dev pack fatal: not a git repository (or any of the parent directories): .git Error: Command failed: git rev-parse --short HEAD null at makeError (~/.npm-global/lib/node_modules/@oclif/dev-cli/node_modules/execa/index.js:172:9) at Promise.all.then.arr (~/.npm-global/lib/node_modules/@oclif/dev-cli/node_modules/execa/index.js:277:16) at...

AFAIK, it looks like there is a hard dependency on AWS for publishing the packed binaries. Are there options that the CLI could use to publish to other destinations (e.g....

Hi I found that the src/tarballs/node.ts has the nodejs.org URL hardcoded in the code. I'm currently setting up secured devops with very limited network access and strict dev machine policy....

When running `npx oclif-dev pack -t win-x64` in Jenkins on a linux node, my build fails because z7ip is not available. But xz, gzip, zip, bzip2 are all available. There...

I did not find any way of specifying configuration for AWS client. There is some environment variable there to modify [accessKeyId, secretAccessKey and sessionToken](https://github.com/oclif/dev-cli/blob/master/src/aws.ts#L23) as well as [endpoint](https://github.com/oclif/dev-cli/blob/master/src/aws.ts#L36) However, there...

https://github.com/oclif/dev-cli/blob/9c9be3dff5e063b9ce06feb700c79317a6e84e21/src/commands/readme.ts#L180 We are on an enterprise GitHub instance, and by default we are not getting the `See code path/to/file.js`. It looks like `pjson.oclif.repositoryPrefix` is undefined, causing this logic to break...

Running `oclif-dev publish` does not work if your `default` AWS profile (in `~/.aws/credentials`) is not the desired profile. **Request** - Add support for the `AWS_DEFAULT_PROFILE` env var ``` AWS_DEFAULT_PROFILE=my-profile-name oclif-dev...

https://github.com/oclif/dev-cli/blob/1ce4cbe637c893ddb66a4104c7217efdb001622c/src/tarballs/build.ts#L52 I'm going into a deep hole here so I figured I would reach out. I'm trying to publish a CLI internally that relies on some native node packages like...