最終更新:2023-05-26 (金) 05:53:57 (562d)  

Firebase CLI
Top / Firebase CLI

Firebase/プロジェクトの管理、表示、デプロイを行うさまざまなツールを提供します。

https://firebase.google.com/docs/cli/?hl=ja

対応

パッケージ

スタンドアロンインストーラ

npm

コマンド

メモ

  • firebase login [options]log the CLI into Firebase
    firebase login:add? [options] [email]authorize the CLI for an additional account
    firebase login:ci? [options]generate an access token for use in non-interactive environments
    firebase login:list?list authorized CLI accounts
    firebase login:use? <email>set the default account to use for this project directory
    firebase logout? [email]log the CLI out of Firebase
    firebase open? [link]quickly open a browser to relevant project resources
    firebase projects:addfirebase? [projectId]add Firebase resources to a Google Cloud Platform project
    firebase projects:create? [options] [projectId]creates a new Google Cloud Platform project, then adds Firebase resources to the project
    firebase projects:listlist all Firebase projects you have access to
    firebase remoteconfig:get? [options]get a Firebase project's Remote Config template
    firebase remoteconfig:rollback? [options]roll back a project's published Remote Config template to the one specified by the provided version number
    firebase remoteconfig:versions:list? [options]get a list of Remote Config template versions that have been published for a Firebase project
    firebase serve [options]start a local server for your static assets
    firebase setup:emulators:database?downloads the database emulator
    firebase setup:emulators:firestore?downloads the firestore emulator
    firebase setup:emulators:pubsub?downloads the pubsub emulator
    firebase setup:emulators:storage?downloads the storage emulator
    firebase setup:emulators:ui?downloads the ui emulator
    firebase target? [type]display configured deploy targets for the current project
    firebase target:apply? <type> <name> <resources...>apply a deploy target to a resource
    firebase target:clear? <type> <target>clear all resources from a named resource target
    firebase target:remove? <type> <resource>remove a resource target
    firebase use [options] [alias_or_project_id]set an active Firebase project for your working directory

firebase help