# scloud settings

https://docs.serverpod.dev/cloud/reference/cli/commands/settings

`scloud settings` manages local CLI preferences stored on your machine. The settings persist across commands and only affect this CLI installation; they don't change anything about your Cloud projects. The current setting toggles whether the CLI sends analytics.

## Usage

```console
Manage local CLI user settings.

Usage: scloud settings [arguments]
-h, --help              Print this usage information.
    --[no-]analytics    Toggles if analytics data is sent.

Run "scloud help" to see global options.

See the full documentation at: https://docs.serverpod.dev/cloud/reference/cli/commands/settings

```
