Error after update to Cloud SDK in PowerShell
Stay organized with collections
Save and categorize content based on your preferences.
Problem
Wwhen you try to run Composer CLI after updating the Cloud SDK version, you get the following error message:
"ERROR: (gcloud.composer.environments.run) unrecognized arguments"
Environment
- Cloud Composer CLI in Cloud SDK >= 321.0.0
- PowerShell
Solution
- Enclose the double dash argument in quotation marks, as shown in the following sample command:
gcloud composer environments run ENVIRONMENT --location=LOCATION SUBCOMMAND
"--" CMD_ARGS
Cause
It occurs because of the new SDK's incorporation of a wrapper script specific to PowerShell which leads to an error during parsing. Specifically quoting the problematic argument (--) should fix the issue.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-10 UTC."],[],[]]