Blame SOURCES/10-gcloud-support-info.patch

05afe3
diff -uNr a/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py b/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py
05afe3
--- a/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py	1980-01-01 09:00:00.000000000 +0100
4d1913
+++ b/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py	2019-04-04 11:59:47.592768577 +0200
4d1913
@@ -900,6 +900,9 @@
4d1913
   return """\
05afe3
 For detailed information on this command and its flags, run:
05afe3
   {command_path} --help
05afe3
+
4d1913
+WARNING: {command_path} is only supported for "{command_path} init" and for use
4d1913
+with the agents in resource-agents.
4d1913
 """.format(command_path=' '.join(command.GetPath()))
4d1913
 
05afe3
 
05afe3
diff -uNr a/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py b/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py
05afe3
--- a/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py	1980-01-01 09:00:00.000000000 +0100
4d1913
+++ b/bundled/gcp/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py	2019-04-04 12:00:23.991142694 +0200
4d1913
@@ -84,7 +84,7 @@
05afe3
 
05afe3
   pkg_root = os.path.dirname(os.path.dirname(surface.__file__))
05afe3
   loader = cli.CLILoader(
05afe3
-      name='gcloud',
05afe3
+      name='gcloud-ra',
05afe3
       command_root_directory=os.path.join(pkg_root, 'surface'),
05afe3
       allow_non_existing_modules=True,
05afe3
       version_func=VersionFunc,