gcrane-completion
Generar el script de autocompletado para gcrane para el shell especificado. Los shells disponibles son
bash
,fish
,powershell
yzsh
. Más información: https://github.com/google/go-containerregistry/blob/main/cmd/gcrane/README.md.
gcrane completion {{nombre_del_shell}}
gcrane completion {{nombre_del_shell}} --no-descriptions
gcrane completion powershell | Out-String | Invoke-Expression
gcrane completion powershell | Out-String | Invoke-Expression
gcrane completion {{nombre_del_shell}} {{[-h|--help]}}