Skip to main content
Display the full configuration for a named auth entry.

Usage

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

Options

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

Output

auth: google-main
  provider: google
  google_token_file: ~/.config/cloudstic/tokens/google-main_token.json
  used_by: [gdrive gdrive-photos]
The used_by field lists all profiles that reference this auth entry.

See Also