gcloud beta compute os-login - create and manipulate Compute Engine OS Login resources
gcloud beta compute os-login GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
(BETA) The gcloud oslogin command group lets you manage your OS Login profile.
OS Login profiles can be used to store information such as Posix account information and SSH keys used for cloud products such as Compute Engine.
For more information about OS Login, see the OS Login documentation https://cloud.google.com/compute/docs/oslogin.
See also: OS Login API https://cloud.google.com/compute/docs/oslogin/rest/.
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- ssh-keys
(BETA) List, add, update, and remove OS Login SSH Keys.
COMMAND is one of the following:
- describe-profile
(BETA) Describe the OS Login profile for the current user.
- remove-profile
(BETA) Remove the posix account information for the current user.
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud compute os-login
$ gcloud alpha compute os-login