harness / harness-cli

Harness CLI for managing Harness resources, from the command line using YAMLs as input [LIMITED GA]
MIT License
12 stars 13 forks source link

feat: [PLG-2612] : Add flags to support service creation for GCP flow #35

Closed neelam-harness closed 1 year ago

neelam-harness commented 1 year ago

Tests:

  1. Create service for GCP flow without providing the gcp-project-name and gcp-bucket-name. Expected Behavior: CLI prompts the user for above flags on the fly. image
  2. Create service for GCP flow providing the gcp-project-name and gcp-bucket-name. Expected Behavior: no prompts required for the user and goes ahead and creates the service without any interruption. image