square
A CLI to help you develop your application with Square
Synopsis
The Square CLI gives you tools to make integrating your application with Square easier. You can interact with all Square Connect APIs using this tool.
Before you use the CLI, you’ll need to configure it: $ square init
Options
--access-token string The access token to use for authentication
--config string config file (default is $HOME/.config/square/config.toml)
-h, --help help for square
--log-level string log level (debug, info, warn, error) (default "info")
--profile string the profile name to read from for config (default "default")
SEE ALSO
- square delete - Make DELETE requests to the Square API.
- square get - Make GET requests to the Square API.
- square init - Initialize Square CLI config.
- square post - Make POST requests to the Square API.
- square put - Make PUT requests to the Square API.