firebase deploy

Deploy code and assets to your Firebase project

Options

NameDescription
-p, --publicOverride the Hosting public directory specified in firebase.json
-m, --message <arg>An optional message describing this deploy
-f, --forceDelete Cloud Functions missing from the current working directory without confirmation
--onlyOnly deploy to specified, comma-separated targets (e.g. "hosting,storage"). For functions, can specify filters with colons to scope function deploys to only those functions (e.g. "--only functions:func1,functions:func2"). When filtering based on export groups (the exported module object keys), use dots to specify group names (e.g. "--only functions:group1.subgroup1,functions:group2)"
--except <arg>Deploy to all targets except specified (e.g. "database")
-h, --helpOutput usage information