@fluentlab/cli
v0.0.5
Published
Fluentlab CLI generator
Downloads
2
Maintainers
Readme
Command Line Interface (CLI)
Installation
Install the FluentLab's CLI running npx @fluentlab/cli login
in the console
:::caution Warning!
Don't execute npm i -g @fluentlab/cli
this action will install locally the npmjs version of the package and cache issues could occur
:::
Login
You must to login with a valid account to download/update the FluentLab's components
# You can run the command below and indicate to the CLI that you want to login through an external IdP (Google)
npx @fluentlab/cli login
# Or if you have an account inside the FluentLab's IdP you can indicate the -u and/or -p as a shorthand of the username and/or password
npx @fluentlab/cli login -u=MY_USERNAME -p=MY_PASSWORD