Setting up the Globe CLI
Install and authenticate the Globe CLI to deploy Dart and Flutter applications directly from your terminal with full control over deployments.
The CLI gives you full control from the terminal.
Install the CLI
Run the command below in your terminal:
dart pub global activate globe_cliVerify Installation
Confirm that the CLI is installed correctly:
globe --versionThis outputs the version number of the Globe CLI, confirming a successful installation.
Log in to your Globe account
Authenticate your CLI with your Globe account:
globe loginThis command will open a browser window to complete the login process.
You can now deploy directly from your project directory.
