"Gcloud config get project"의 두 판 사이의 차이

14번째 줄: 14번째 줄:
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
$ gcloud config get project
$ gcloud config get project
Your active configuration is: [cloudshell-24680]
hello-world-802
</syntaxhighlight>
<syntaxhighlight lang='console'>
$ gcloud config get-value project
Your active configuration is: [cloudshell-24680]
Your active configuration is: [cloudshell-24680]
hello-world-802
hello-world-802

2023년 12월 13일 (수) 17:26 판

1 개요

gcloud config get project
$ gcloud config get project
Your active configuration is: [cloudshell-24680]
(unset)
$ gcloud config set project hello-world-802
Updated property [core/project].
$ gcloud config get project
Your active configuration is: [cloudshell-24680]
hello-world-802
$ gcloud config get-value project
Your active configuration is: [cloudshell-24680]
hello-world-802

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}