You can install the Developer CLI globally via NPM or Yarn:
npm install -g @frontitude/cli
yarn global add @frontitude/cli
Or locally:
npm install --save-dev @frontitude/cli
yarn add --dev @frontitude/cli
After installation, you can run the Frontitude CLI using the frontitude command, or using the fttd alias.
frontitude
fttd
Last updated 1 year ago
Was this helpful?