GoogleCloudPlatform / application-integration-management-toolkit

This tool lets you interact with Application Integration, Integration Connectors or Apigee Integration/Connector APIs. The tool lets you manage (create, del, get, list) integrations, connections etc.
Apache License 2.0
22 stars 16 forks source link

integrationcli integrations versions publish failing with no such file or directory error #230

Closed Sarmistha91 closed 5 months ago

Sarmistha91 commented 5 months ago

command - integrationcli integrations versions publish -t=${{ steps.auth.outputs.access_token}} -p=${{ vars.GCP_PROJECT }} -r=${{ vars.GCP_REGION }} -n=$env_integration_name -s=$env_snap_shot_number

All these variables are getting populated and the snapshot is also created in Apigee but the publish/deploy is failing with error Error: stat : no such file or directory

ssvaidyanathan commented 5 months ago

@Sarmistha91 - which version are you using?

integrationcli --version

srinandan commented 5 months ago

There is a bug, I will create a fix soon.

ssvaidyanathan commented 5 months ago

We just released 0.75.1, can you please try with the latest version and let us know

Sarmistha91 commented 5 months ago

Thanks for the quick help. This helped the deployment .