cli
cli copied to clipboard
:cl::round_pushpin: Setup automated semver compliant package publishing
Currently I'm not using github enterprise, just bitbucket, so the cli was broken in the first question but should says something like "You should have a github enterprise account to...
I'm using a Linux box running Ubuntu 16.04. Using node v8.11.4 and npm v5.6.0. When I run: `semantic-release-cli setup` or `semantic-release-cli --no-keychain setup` or `semantic-release-cli --no-keychain --ask-for-passwords setup` I get...
Every time I try to do the setup via `semantic-release-cli init` I can never get passed the >Do you want a `config.yml` file with semantic-release setup? question as it always...
When [catching errors in `validateToken `](https://github.com/semantic-release/cli/blob/9390ab75ceb869f8ee53b4f08e782eac1f6465ba/src/lib/npm.js#L84) we should differentiate `401` errors from others: - `401` => the 2FA token entered by the user is invalid so we should ask the...
My token used by sem-ver for npm seems to be messed up and I want to recreate a new one. Right now I have to do `--ask-for-passwords` every time. It...
Heya. I just don't know how to start. Before 20-30 hours i just realized that i got 0 remaining request to github, just because few commits to some of my...
It is not useful in dev environment. IMO should keep it in `.travis.yml` as before. Install it globally in `after_success`. 🌷
Logging the used config in verbose mode could help to detect bugs or misconfigurations faster as in https://github.com/semantic-release/cli/issues/6.
From semantic-release/semantic-release#82: > I found the undocumented use of `keytar` extremely disturbing when I realized that `semantic-release-cli` had saved my passwords without mentioning that was going to do so in...