Quick start
Last updated
Was this helpful?
Last updated
Was this helpful?
First, we need to have content in Frontitude in order to fetch it. This can be done in different ways:
Manually create in the copy library
Install the Developer CLI globally via NPM or Yarn:
Make sure the Developer CLI integration is turned on in your .
To get access to the content stored in Frontitude, you can choose between these options:
To initiate the authentication process:
Once sign-in has completed, you'll have access to fetch content from your workspace.
To initialize the CLI, run the next command and follow the instructions:
To pull the latest content from your connected sources:
Now that you have closed a circle, you can learn about the advanced options that are included in this documentation center. Happy coding!
If you're doing this as part of a team, make sure that you're connected to the right workspace by .
to use it in the next step. This is more flexible since it allows you to use the Developer CLI on remote systems such as CI/CD pipelines or any kind of Bash scripts.
This will fetch all of your content from the library/project into your codebase. To learn about the additional options of this command, please refer to .