firebase-remote-config-cli 0.0.1
Install from the command line:
Learn more about npm packages
$ npm install @yasuhiroki/firebase-remote-config-cli@0.0.1
Install via package.json:
"@yasuhiroki/firebase-remote-config-cli": "0.0.1"
About this version
Firebase Remote Config を管理する
- Node.js v18.x 以上
Add dependencies this repository url.
{
"dependencies": {
"firebase-remote-config-cli": "git@github.com:yasuhiroki/firebase-remote-config-cli.git"
}
}
TBD
-
--json
(required) firebase credentials json file path -
--path
root path of parameters directory (default: "./") -
--debug
print debug log -
--dryrun
do not run writing and publishing -
--format
checkout file format "yaml" or "json" (default: "yaml")
- checkout
- Checkout parameters to local file from Firebase.
- validate
- Validate local file parameters.
- diff
- Show diff parameters between local file and Firebase.
- publish
- Publish parameters to Firebase.
- If use
-f
option, skip confirmation.
- download
- Download default files to
default.xml
anddefault.plist
.
- Download default files to
frc checkout --json FIREBASE_CREDENTIALS_JSON_PATH
frc validate --json FIREBASE_CREDENTIALS_JSON_PATH
frc diff --json FIREBASE_CREDENTIALS_JSON_PATH
frc publish --json FIREBASE_CREDENTIALS_JSON_PATH
frc publish -f --json FIREBASE_CREDENTIALS_JSON_PATH
frc download --json FIREBASE_CREDENTIALS_JSON_PATH
Details
- firebase-remote-config-cli
-
yasuhiroki
- over 2 years ago
- 3 dependencies
Assets
- firebase-remote-config-cli-0.0.1.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0