Troubleshooting CLI Command Failures
"Resource not found"
- Verify the resource ID is correct
- Check you're connected to the right tenant:
surestage auth status - Ensure your role has access to the resource
"Permission denied"
Your role may not allow this operation. Check with your admin or use surestage auth status to see your current role.
Network Errors
# Verify connectivity
surestage config show # Check API URL
# Test with verbose logging
surestage simulations list --verbose
Unexpected Output
# Try JSON format for machine-readable output
surestage simulations list --format json
# Check CLI version
surestage --version
Getting Help
# Command-specific help
surestage <command> --help
# Full help
surestage help