https://github.com/squarecloudofc/cli
This package provides a direct way to interact with the official Square Cloud API.
https://github.com/squarecloudofc/cli
cli go golang squarecloud
Last synced: 4 months ago
JSON representation
This package provides a direct way to interact with the official Square Cloud API.
- Host: GitHub
- URL: https://github.com/squarecloudofc/cli
- Owner: squarecloudofc
- License: agpl-3.0
- Created: 2023-09-30T18:42:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-10-13T18:31:34.000Z (8 months ago)
- Last Synced: 2026-01-20T08:25:42.060Z (5 months ago)
- Topics: cli, go, golang, squarecloud
- Language: Go
- Homepage: https://cli.squarecloud.app/install
- Size: 227 KB
- Stars: 14
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Square Cloud CLI.
This package provides a direct way to interact with the official Square Cloud API.
### Installation
To install the CLI, just run the following command in your terminal:

macOS, Linux, and WSL:
```bash
curl -fsSL https://cli.squarecloud.app/install | bash
```
Windows | need [npm](https://www.npmjs.com/) installed:
```bash
npm install -g @squarecloud/cli
```
Or access the @squarecloud/cli [npm page](https://www.npmjs.com/package/@squarecloud/cli) for more information.
### Commands
List of all commands available in the CLI:
| Command | Description |
| ------- | --------------------------------------------------------------------- |
| app | Perform actions with your applications |
| apps | List all your Square Cloud applications |
| commit | Commit your application to Square Cloud |
| help | Get help about any command |
| login | Log in to Square Cloud |
| whoami | Print user information associated with the current Square Cloud Token |
| zip | Zip the current folder |
### Inside the app command
List of all commands available in the app command:
| Command | Description |
| ------- | ----------------------------------- |
| delete | Delete your application |
| logs | See your application logs |
| restart | Restart your application |
| start | Start your application |
| status | Show the status of your application |
| stop | Stop your application |
### Update
To update the CLI, just run the following command in your terminal:
macOS, Linux, and WSL:
```bash
curl -fsSL https://cli.squarecloud.app/install.sh | sh
```
Windows | need [npm](https://www.npmjs.com/) installed:
```bash
squarecloud update
```