Ryotaro-Sanpe666 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

gcloud preview removed but isn't #278

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
https://dl.google.com/dl/cloudsdk/release/RELEASE_NOTES

  - The `preview` component has been removed.
    - The `gcloud preview app` commands remain available as usual and
      are still shipped through the `app` component.

$ gcloud app
Usage: gcloud [optional flags] <group | command>
  group may be           auth | beta | components | compute | config | container
                         | deployment-manager | dns | preview | source | sql |
                         topic
  command may be         docker | feedback | help | info | init | version

$ gcloud info
Google Cloud SDK [0.9.80]

Platform: [Linux, x86_64]
Python Version: [2.7.6 (default, Jun 22 2015, 17:58:13)  [GCC 4.8.2]]
Site Packages: [Disabled]

Installation Root: [/home/user/appengine/google-cloud-sdk]
Installed Components:
  core: [2015.09.25]
  app-engine-python: [1.9.26]
  core-nix: [2015.09.03]
  app: [2015.09.25]
  gcloud: [2015.09.25]
  gsutil-nix: [4.14]
  beta: [2015.08.17]
  gsutil: [4.15]

I tried gcloud components reinstall but it made no difference.

Original issue reported on code.google.com by pdknsk on 2 Oct 2015 at 4:08

GoogleCodeExporter commented 8 years ago
Sorry for the potentially confusing wording here.

The preview *component* is gone. That is, `gcloud components update preview` no 
longer installs anything.

The preview *command group* is still present (but only for the near future), 
because of the `gcloud preview app` commands. These are shipped in the `app` 
component.

Original comment by z...@google.com on 2 Oct 2015 at 4:13