> ## Documentation Index
> Fetch the complete documentation index at: https://docs.squarecloud.app/llms.txt
> Use this file to discover all available pages before exploring further.

# squarecloud auth login

> Comando para autenticar na CLI da Square Cloud.

```bash theme={null}
squarecloud auth login
```

Você será solicitado a inserir sua chave de API.

```bash Insert your square cloud api token theme={null}
Your API Token:
> Insert your square cloud api token
```

```bash Output	  theme={null}
Your API Token has successfuly changed! You are now logged in a <username>
With great power comes great responsibility!
```

Dica: Você pode pular o prompt passando sua chave de API com a flag `--token`:

```bash theme={null}
squarecloud auth login --token=<API key>
```
