profiles.yaml.
cloudstic store verify checks:
- Credential resolution from configured secret refs (
env://,keychain://, etc.) - Backend connectivity and basic access
- For encrypted repositories: whether configured credentials can unlock the repository
Usage
<name> is omitted, you’ll be prompted to select one.
Options
Path to the profiles YAML file.
Examples
What This Command Is (and Is Not)
- Use
store verifyto validate configuration and access for a store entry. - Use
cloudstic store initto initialize a configured store that is reachable but not yet initialized. - Use
cloudstic checkto validate repository integrity (reference graph and object/data correctness).
Common Outcomes
- Missing env var / unavailable secret backend: configuration is valid, but current shell/session cannot resolve required credentials.
- Wrong password/key for an initialized encrypted repo: store is reachable, but encryption credentials are invalid for unlock.
- Connectivity/auth failures: credentials resolved, but backend access failed.
See Also
- cloudstic store show: Show one store configuration
- cloudstic store new: Create or update a store
- cloudstic store init: Initialize a configured store
- cloudstic check: Verify repository integrity