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.
sf plugins install hutte
from your terminal.sf hutte auth login
to authenticate with your Hutte username and password.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.sf hutte pool take
to take a Scratch Org from the pool and authorize it.h
or -help
to any command to learn more about available options.For an even more convenient usage in your IDE, check out the Hutte Visual Studio Code Extension.