Closed nicholaslotz closed 9 months ago
Adds harness pipeline run --pipeline-id [--inputs-file ...]
harness pipeline run --pipeline-id [--inputs-file ...]
pipelines.go
utils/GetUrlWithQueryParams()
Related docs PR: https://github.com/harness/developer-hub/pull/5372
Adds
harness pipeline run --pipeline-id [--inputs-file ...]
Code changes
pipelines.go
for executing pipeline run and generating execution URLutils/GetUrlWithQueryParams()
to handle empty query params list (some requests only require path params)Testing
Command help
Successful execution
Error handling