> ## 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 per autenticarsi nella CLI di Square Cloud.

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

Ti verrà chiesto di inserire la tua chiave 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 successfully changed! You are now logged in as <username>
With great power comes great responsibility!
```

Suggerimento: puoi saltare la richiesta passando la tua chiave API con il flag `--token`:

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