Version: dev
Commands to manage repos
Commands to manage repos.
A datamon repository is analogous to a git repository.
Repos are datasets with a unified lifecycle. They are versioned and managed via bundles.
--format string Pretty-print datamon objects using a Go template. Use '{{ printf "%#v" . }}' to explore available fields
-h, --help help for repo
--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")
--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 - Datamon helps build ML pipelines
- datamon repo create - Create a named repo
- datamon repo delete - Delete a named repo
- datamon repo get - Get repo info by name
- datamon repo list - List repos
- datamon repo rename - Rename a repo
- datamon repo squash - Squash the history of a repo