Set up

Install and Authenticate the fstore CLI.

Before you can start writing functions or creating workspaces, the first step is to install @fstore/cli from NPM

1. Install @fstore/CLI

You can copy the command below and paste it into your terminal.

npm install -g @fstore/cli

We are going to use npm in our documentation, but you can use yarn or run the command directly using npx.

2. Authenticate the CLI

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.

fstore login

Last updated