Categorygithub.com/squarecloudofc/cli
module
2.3.3+incompatible
Repository: https://github.com/squarecloudofc/cli.git
Documentation: pkg.go.dev

# 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:

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:

CommandDescription
appPerform actions with your applications
appsList all your Square Cloud applications
commitCommit your application to Square Cloud
helpGet help about any command
loginLog in to Square Cloud
whoamiPrint user information associated with the current Square Cloud Token
zipZip the current folder

Inside the app command

List of all commands available in the app command:

CommandDescription
deleteDelete your application
logsSee your application logs
restartRestart your application
startStart your application
statusShow the status of your application
stopStop 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

# Packages

No description provided by the author
No description provided by the author