arctl deployments show
Show detailed information about a deployment, including its status, provider, environment variables, and endpoint URL.
Usage
arctl deployments show <deployment-id> [flags]Example:
arctl deployments show eb2d8231
arctl deployments show eb2d8231-def6-7890-ghij-klmnopqrstuv
arctl deployments show eb2d8231 -o jsonThe deployment ID can be the full ID or a unique prefix (as shown in arctl deployments list).
Command-specific flags
-o, --output string: Output format (table, json) (default "table")Global flags
-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.