I want to run a trigger by passing some substitution values by using gcloud command. Here is my command:
gcloud beta builds triggers run my-service --branch=test-deploy-of-history --project=dev-project --substitutions=_SERVICE_NAME=flow
After entering the command, I am getting this error message:
ERROR: (gcloud.beta.builds.triggers.run) unrecognized arguments: --substitutions=_SERVICE_NAME=flow
Is there any way to pass substitutions values while using this command ?