Version: dev
Get repo info by name
Performs a direct lookup of repos by name. Prints corresponding repo information if the name exists, exits with ENOENT status otherwise.
datamon repo get [flags]
-h, --help help for get
--repo (*) string The name of this repository
--skip-auth Skip authentication against google (gcs credentials remains required)
--with-size Reports the assessed repo size in bytes for all bundles, without accounting for deduplicated blobs
--config string Set the config backend store to use (bucket name: do not set the scheme, e.g. 'gs://')
--context string Set the context for datamon (default "dev")
--format string Pretty-print datamon objects using a Go template. Use '{{ printf "%#v" . }}' to explore available fields
--loglevel string The logging level. Levels by increasing order of verbosity: none, error, warn, info, debug (default "info")
--metrics Toggle telemetry and metrics collection
--metrics-password string Password to connect to the metrics collector backend. Overrides any password set in URL
--metrics-url string Fully qualified URL to an influxdb metrics collector, with optional user and password
--metrics-user string User to connect to the metrics collector backend. Overrides any user set in URL
--upgrade Upgrades the current version then carries on with the specified command
- datamon repo - Commands to manage repos