The Square Cloud CLI is a command-line tool that allows you to interact with Square Cloud services. You can use the CLI to deploy applications, manage services, and much more.

Installation

To use the CLI, you need to install it on your local machine. You can install the CLI using the following commands:

curl -fsSL https://cli.squarecloud.app/install | bash

Update the CLI

To update the CLI, you can run the following command:
npm update -g @squarecloud/cli
And that’s it! You have successfully updated the Square Cloud CLI. 🎉

Next steps

After installing the CLI, you need to authenticate to the Square Cloud API.

Authentication

Learn what it takes to authenticate to the Square Cloud CLI.