-
Notifications
You must be signed in to change notification settings - Fork 2
GCP BigQuery Pipeline: CLI Interface & Commands #52
Copy link
Copy link
Open
Labels
cliCommand line interface related issuesCommand line interface related issuesenhancementNew feature or requestNew feature or requestgcpGoogle Cloud Platform related issuesGoogle Cloud Platform related issues
Milestone
Description
Overview
Add GCP-specific commands to the CLI interface for importing billing data and managing GCP pipeline operations.
Tasks
- Add 'finops gcp import-billing' command
- Add 'finops gcp list-exports' command
- Add 'finops gcp validate-config' command
- Integrate with existing CLI structure in src/cli/
- Add GCP-specific help and documentation
- Error handling and user feedback
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
- Issue GCP BigQuery Pipeline: Core Pipeline Implementation #51 (Core Pipeline Implementation)
Architecture
- Follow src/cli/aws.py pattern
- Create src/cli/gcp.py with command implementations
- Update src/cli/main.py to include GCP subcommands
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cliCommand line interface related issuesCommand line interface related issuesenhancementNew feature or requestNew feature or requestgcpGoogle Cloud Platform related issuesGoogle Cloud Platform related issues