squarecloudofc / cli

This package provides a direct way to interact with the official Square Cloud API.

Home Page:https://cli.squarecloud.app/install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

cli install in linux gif

macOS, Linux, and WSL:

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

Windows | need npm installed:

npm install -g @squarecloud/cli

Or access the @squarecloud/cli npm page 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:

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

Windows | need npm installed:

squarecloud update

About

This package provides a direct way to interact with the official Square Cloud API.

https://cli.squarecloud.app/install

License:GNU Affero General Public License v3.0


Languages

Language:Go 89.0%Language:JavaScript 6.8%Language:Shell 3.9%Language:Makefile 0.3%