Describe
expanso-cli node describe
Show detailed information about a node
Synopsis
Display detailed information about a specific node including its resources and current state.
expanso-cli node describe NODE_ID [flags]
Examples
# Describe a node
expanso-cli node describe node-123
# Output as JSON
expanso-cli node describe node-123 --format json
# Output as YAML
expanso-cli node describe node-123 --format yaml
Options
-f, --format {|json|yaml} Output format
-h, --help help for describe
--no-style Disable colors and styling
--pretty Pretty print the output
Options inherited from parent commands
--auth-token string API bearer authentication token
-e, --endpoint string API endpoint URL
-k, --insecure Skip TLS certificate verification
-p, --profile string Profile to use for configuration
--timeout string Request timeout duration
-v, --verbose Enable verbose logging
SEE ALSO
- expanso-cli node - Manage nodes