Set up
Install and Authenticate the fstore CLI.
Last updated
Install and Authenticate the fstore CLI.
Last updated
Before you can start writing functions or creating workspaces, the first step is to install @fstore/cli from NPM
You can copy the command below and paste it into your terminal.
We are going to use npm in our documentation, but you can use yarn or run the command directly using npx.
Authenticating the CLI is the second step after installation. It's required to perform operations such as creating a workspace or pushing changes into a workspace. Running the command below in your terminal will open your default browser, and it will prompt Google's authentication UI.