Blame SOURCES/bz1568588-10-gcloud-support-info.patch
|
|
7b144c |
diff -uNr a/bundled/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py b/bundled/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py
|
|
|
7b144c |
--- a/bundled/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py 1980-01-01 09:00:00.000000000 +0100
|
|
|
7b144c |
+++ b/bundled/google-cloud-sdk/lib/googlecloudsdk/calliope/usage_text.py 2018-06-25 17:27:48.677568874 +0200
|
|
|
7b144c |
@@ -812,6 +812,9 @@
|
|
|
7b144c |
buf.write("""
|
|
|
7b144c |
For detailed information on this command and its flags, run:
|
|
|
7b144c |
{command_path} --help
|
|
|
7b144c |
+
|
|
|
7b144c |
+WARNING: {command_path} is only supported for "{command_path} init" and for use with
|
|
|
7b144c |
+the agents in resource-agents.
|
|
|
7b144c |
""".format(command_path=' '.join(command.GetPath())))
|
|
|
7b144c |
|
|
|
7b144c |
return buf.getvalue()
|
|
|
7b144c |
diff -uNr a/bundled/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py b/bundled/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py
|
|
|
7b144c |
--- a/bundled/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py 1980-01-01 09:00:00.000000000 +0100
|
|
|
7b144c |
+++ b/bundled/google-cloud-sdk/lib/googlecloudsdk/gcloud_main.py 2018-06-25 18:42:28.414510873 +0200
|
|
|
7b144c |
@@ -81,7 +81,7 @@
|
|
|
7b144c |
|
|
|
7b144c |
pkg_root = os.path.dirname(os.path.dirname(surface.__file__))
|
|
|
7b144c |
loader = cli.CLILoader(
|
|
|
7b144c |
- name='gcloud',
|
|
|
7b144c |
+ name='gcloud-ra',
|
|
|
7b144c |
command_root_directory=os.path.join(pkg_root, 'surface'),
|
|
|
7b144c |
allow_non_existing_modules=True,
|
|
|
7b144c |
version_func=VersionFunc,
|