Getting Started

Products

Infrastructure

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_cli
    
  • Verify Installation

    Confirm that the CLI is installed correctly:

    globe --version
    

    This 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 login
    

    This command will open a browser window to complete the login process.

You can now deploy directly from your project directory.