Speed up your development flow by using Hutte from the CLI
While Hutte is focused on providing a great user experience on its web-based user interface, there are situations where developers prefer to stay in their development environment, for example, using Visual Studio Code locally on a machine or on the web with Salesforce Code Builder or GitHub Codespaces.
That is why we have exposed core functionality, such as authorizing a Scratch Org or taking one from the pool as a dedicated SF Plugin.
- Install it by running
sf plugins install huttefrom your terminal. - Run
sf hutte auth loginto authenticate with your Hutte username and password. - Run
sf hutte org authorizeto connect an existing Scratch Org from the Hutte projects that use the same repo as the project in the directory where you run the command. - Run
sf hutte pool taketo take a Scratch Org from the pool and authorize it. - Append
hor-helpto any command to learn more about available options. - Check out the "Readme-File" for a detailed documentation of all commands.
For an even more convenient usage in your IDE, check out the Hutte Visual Studio Code Extension.