Skip to main content
List all configured stores, auth entries, and backup profiles from the profiles file.

Usage

cloudstic profile list [options]

Options

-profiles-file
string
Path to the profiles YAML file.

Output

Stores:
  prod-s3    s3:my-bucket/backups

Auth:
  google-main    google

Profiles:
  documents    local:~/Documents         store=prod-s3
  gdrive       gdrive-changes            store=prod-s3  auth=google-main
If no profiles file exists, the output shows zero entries (exit code 0).

See Also