Overview
Thedatum CLI is the entry point for Datum control plane tooling, providing AI-native infrastructure orchestration capabilities. It extends the Milo control plane with Datum Cloud-specific functionality.
Usage
Description
Datum is building the internet for AI - a neutral, programmable middle layer where companies can programmatically connect without building the entire stack themselves. This component provides tooling for extending the Milo control plane with Datum Cloud specific functionality.Available Subcommands
Run the Datum control plane controller manager. See datum controller-manager for details.
Global Flags
Thedatum command inherits standard logging flags from the zap logger:
Enable development mode for the zap logger
Zap log encoding (one of ‘json’ or ‘console’)
Zap Level to configure the verbosity of logging. Can be one of ‘debug’, ‘info’, ‘error’, or any integer value > 0
Zap Level at and above which stacktraces are captured (one of ‘info’, ‘error’, ‘panic’)
Zap time encoding (one of ‘epoch’, ‘millis’, ‘nano’, ‘iso8601’, ‘rfc3339’ or ‘rfc3339nano’)
Examples
Display help information
Run the controller manager
Run with debug logging
Source Reference
Source:cmd/main.go:14-22