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 opens a browser window to complete the login process. Once authenticated, you'll see a confirmation message in your terminal:
✓ Successfully logged in!
If globe is not recognized after installation, ensure your Dart SDK's bin
directory is in your system PATH. Run dart pub global list to verify the CLI
is installed.
