While Hutte is focussed on providing great user experience on its web based user interface, there are situations where developers prefer to stay in their development environment, for example Visual Studio Code.
This is why we have exposed core functionality like authorizing a Scratch Org or taking a Scratch Org from the pool also as a dedicated SFDX Plugin.
Install it by running
sfdx plugins:install hutte
from your TerminalRun
sfdx hutte:auth:login
in order to authenticate with your Hutte username and passwordRun
sfdx 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 commandRun
sfdx hutte:pool:take
to take a Scratch Org from the pool and authorize itAppend
-h
or--help
to any command in order to learn more about available optionsCheck the Readme-File on https://github.com/hutte-io/cli for a detailed documentation of all commands