Installation

You can install the Developer CLI globally via NPM or Yarn:

npm install -g @frontitude/cli

Or locally:

npm install --save-dev @frontitude/cli

After installation, you can run the Frontitude CLI using the frontitude command, or using the fttd alias.

Last updated