gcloud compute instances list --filter="name=<インスタンスネーム>" --format="value(external
_ip())"
gcloud compute instances list
- オプション
--project <プロジェクト名>
を追加することで別プロジェクトのインスタンスを確認することができる- 通常設定済みなら要らないオプション
DIR /B /S | |
REM forでも同様のことは出来る | |
FOR /F %i IN ('DIR /B /O:N') DO (ECHO %cd%\%i) |
/* ==UserStyle== | |
@name BlindShield(JP) | |
@namespace https://gist.github.com/STSynthe | |
@homepageURL https://gist.github.com/STSynthe | |
@version 1.5 | |
@description html-load\.comを使用した、ウェブサイトの広告を非表示にする。Hide ads from stupid Japanese websites using html-load\.com (Ad-Shield). | |
@author STSynthe | |
@license Unlicense | |
==/UserStyle== */ |
gcloud compute instances list --filter="name=<インスタンスネーム>" --format="value(external
_ip())"
gcloud compute instances list
--project <プロジェクト名>
を追加することで別プロジェクトのインスタンスを確認することができる