-P 标志在 firebase 部署命令中意味着什么?
what does -P flag mean in firebase deploy command?
我看到在 firebase 部署命令中使用了这个 -P 标志
https://cloud.google.com/cloud-build/docs/deploying-builds/deploy-firebase
访问 url ,搜索“-P”
我从这里猜测是它指定了要部署的文件夹,请您详细说明!
它指定要部署到的项目的名称。和--project
是同一个意思。当运行firebase --help
时,可以在输出的前几行看到:
Usage: firebase [options] [command]
Options:
-V, --version output the version number
-P, --project <alias_or_project_id> the Firebase project to use for this command
-j, --json output JSON instead of text, also triggers
non-interactive mode
我看到在 firebase 部署命令中使用了这个 -P 标志 https://cloud.google.com/cloud-build/docs/deploying-builds/deploy-firebase
访问 url ,搜索“-P”
我从这里猜测是它指定了要部署的文件夹,请您详细说明!
它指定要部署到的项目的名称。和--project
是同一个意思。当运行firebase --help
时,可以在输出的前几行看到:
Usage: firebase [options] [command]
Options:
-V, --version output the version number
-P, --project <alias_or_project_id> the Firebase project to use for this command
-j, --json output JSON instead of text, also triggers
non-interactive mode