signup Command - Medusa Cloud CLI Reference
Open Cloud in your browser to create a new account.
Running the command without options opens a browser window pointing to the Cloud sign-up page.
Options#
Option | Description | Default |
|---|---|---|
| Print the Cloud sign-up URL to the terminal instead of opening a browser. Use this on headless servers or in environments where a browser cannot be launched. |
|
| Print the result as JSON instead of formatted text. |
|
Sign Up from a Headless Environment#
On remote servers or in containerized environments where no browser is
available, use --skip-browser to get the sign-up URL and open it manually
in your local browser:
The command prints a URL. Copy it and open it in any browser to complete the sign-up process.
Note: After creating your account, run
mcloud login to authenticate the CLI with
your new credentials.Was this guide helpful?