Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance documentation #128

Open
yuriy-fix opened this issue Feb 9, 2021 · 1 comment
Open

Enhance documentation #128

yuriy-fix opened this issue Feb 9, 2021 · 1 comment
Labels

Comments

@yuriy-fix
Copy link
Contributor

Enhance documentation with missing information.
The following is missing for the release process:

  1. need to provide a GitHub token.
  2. need to provide npm credentials
  3. need to provide Bender credentials.
@web-padawan
Copy link
Member

web-padawan commented Feb 9, 2021

We can add a hint on how to create a config file manually. It should be located at ~/.config/configstore/magi-cli.json

Here is how the content should look like:

{
  "github": {
    "com": {
      "username": "USER",
      "token": "TOKEN"
    }
  },
  "bender": {
    "vaadin": {
      "com": {
        "username": "USER",
        "password": "PASSWORD"
      }
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants