bash – 了解Google Cloud SDK的安装位置

前端之家收集整理的这篇文章主要介绍了bash – 了解Google Cloud SDK的安装位置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我需要在PATH中添加Google Cloud SDK.所以我需要安装到哪里的路径.有没有gcloud …命令给我这个信息?

如果不是,我必须通过gcloud等的符号链接.

这个问题的任何清洁解决方案?

以下命令将为您提供所需的信息:
$gcloud info --format="value(installation.sdk_root)"
/path/to/google-cloud-sdk/

你需要追加/ bin.

您还有许多其他可用路径:config.paths.global_config_dir,installation.sdk_root等.查看gcloud info –format = json的输出,查询查询的所有可用属性.

原文链接:https://www.f2er.com/bash/384771.html

猜你在找的Bash相关文章