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

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