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

When the README is generated, each command has a very convenient link to its own source code. However link is only generated if the whole project has a public GitHub...

Whenever I attempt to run `oclif-dev manifest` it always fails with: `eadams@macbook-pro-6`  ~/ops/kimono-cli/kimono  develop v0.3.1 ● ?  oclif-dev manifest  ✓  7201  13:10:47 Error Plugin:...

Hi, I`m using oclif together with lerna (multirepo). I use "lerna publish" or "lerna version" and it builds the packages and does all steps for the repositories as required. When...

Are there any plans to add support for custom readme templates? When generating multi docs, there seems to be zero control over the format of the markdown files that are...

Line: https://github.com/oclif/dev-cli/blob/9c9be3dff5e063b9ce06feb700c79317a6e84e21/src/commands/readme.ts#L170 The link assumes that the tag has the `v` prefix. If you set `tag-version-prefix=""` in your `.npmrc`, you will not have the `v` prefix when tagging via `npm...

Usage & Commands output need to be customized for single cli's

Our internal company oclif plugins reside on a custom NPM repository. We commonly source this using an `.npmrc` file in the root of our projects. For OSX, we are using...

I'm able to specify a bucket, but it would be nice if I could namespace it so that my bucket can be more organized. Currently-generated location: s3://mybucket/channels/alpha/mycli-v1.0.0-alpha.1/mycli-v1.0.0-alpha.1-linux-x64.tar.gz Desired location: s3://mybucket/mycli/channels/alpha/mycli-v1.0.0-alpha.1/mycli-v1.0.0-alpha.1-linux-x64.tar.gz

In the usage section of the generated readme it will generate an example output with a string specifying the system architecture and node version, ie: `darwin-x64 node-v10.16.0`. This is based...

Add the option to specify the readme file name in case it differs from `README.md`