Overview
Add GCP-specific commands to the CLI interface for importing billing data and managing GCP pipeline operations.
Tasks
Acceptance Criteria
- CLI commands work consistently with AWS equivalents
- Proper help documentation for each command
- Error messages are clear and actionable
- Commands integrate with existing configuration system
Dependencies
Architecture
- Follow src/cli/aws.py pattern
- Create src/cli/gcp.py with command implementations
- Update src/cli/main.py to include GCP subcommands
Overview
Add GCP-specific commands to the CLI interface for importing billing data and managing GCP pipeline operations.
Tasks
Acceptance Criteria
Dependencies
Architecture