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