### Initialize a New Raisely Project Source: https://github.com/raisely/cli/blob/master/README.md Start a new Raisely project in your current directory, which includes authentication and syncing of your campaigns. ```bash raisely init ``` -------------------------------- ### Start Local Development Watcher Source: https://github.com/raisely/cli/blob/master/README.md Begin watching for changes in your local files and automatically upload them to Raisely. ```bash raisely start ``` -------------------------------- ### Install Raisely CLI Globally Source: https://github.com/raisely/cli/blob/master/README.md Install the Raisely CLI package globally on your system using npm. ```bash npm install @raisely/cli -g ``` -------------------------------- ### Deploy Local Code to Raisely Source: https://github.com/raisely/cli/blob/master/README.md Deploy your locally developed code, including styles and components, to your Raisely account. ```bash raisely deploy ``` -------------------------------- ### Create a New Custom Component Source: https://github.com/raisely/cli/blob/master/README.md Generate a new custom component. You can optionally provide the component name directly in the command. ```bash raisely create [name] ``` -------------------------------- ### Update Local Styles and Components Source: https://github.com/raisely/cli/blob/master/README.md Fetch the latest versions of styles and components from the Raisely API to your local machine. ```bash raisely update ``` -------------------------------- ### Work Locally Without Syncing Changes Source: https://github.com/raisely/cli/blob/master/README.md Enable local development on a Raisely campaign without automatically syncing your changes back to the Raisely platform. ```bash raisely local ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.