Hutte SF Plugin

Speed up your development flow by using Hutte from the CLI

Harald Mayer avatar
Written by Harald Mayer
Updated over a week ago

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 hutte from your terminal.

  • Run sf hutte auth login to authenticate with your Hutte username and password.

  • Run sf hutte org authorize to 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 take to take a Scratch Org from the pool and authorize it.

  • Append -h or --help to 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.

Did this answer your question?