Add gcloud

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
master
Yuta Yamate 2022-12-16 20:33:22 +09:00 committed by GitHub
parent 8d82a69fb7
commit d6914c908b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
_gtfobins/gcloud.md Normal file
View File

@ -0,0 +1,13 @@
---
functions:
shell:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
gcloud help
!/bin/sh
sudo:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
sudo gcloud help
!/bin/sh
---