We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6b1bd commit b4b4a43Copy full SHA for b4b4a43
gcp-list-projects-in-folder.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
. "$(dirname "$BASH_SOURCE")/lib/parse_args.sh"
4
-REQUIRED=("folder_id")
+REQUIRED=("folder-id")
5
parse_args __DESCRIPTION "Lists all projects contained in a GCP folder or its subfolders" \
6
__USAGE "gcp-list-projects-in-folder.sh folder_id
7
0 commit comments