Skip to main content
Display the full configuration for a named profile, including the resolved store and auth entry details.

Usage

cloudstic profile show [options] <name>
In interactive mode, if no name is provided, you’ll be prompted to select from available profiles.

Options

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

Output

profile: documents
  source: local:~/Documents
  store: prod-s3
    uri: s3:my-bucket/backups
    s3_region: eu-west-1
    s3_profile: prod
  tags: [production]
  excludes: [*.log, node_modules/]
For cloud source profiles with auth:
profile: gdrive
  source: gdrive-changes
  store: prod-s3
    uri: s3:my-bucket/backups
  auth: google-main
    provider: google
    token_file: ~/.config/cloudstic/tokens/google-main_token.json

See Also