javascript-today

hosting uploads

deploy to a channel

firebase hosting:channel:deploy new-awesome-feature --expires 7d

clone from a channel to a channel

use ’live’ as the channel if going to the live production

firebase hosting:clone SOURCE_SITE_ID:SOURCE_CHANNEL_ID TARGET_SITE_ID:TARGET_CHANNEL_ID

delete a prevew channel

firebase hosting:channel:delete CHANNEL_ID

Firebase hosting cli | javascript-today