- Adds the
hosting:channel:*
commands for interacting with Firebase Hosting Preview Channels. - Adds the
hosting:clone
command for cloning versions between Hosting Preview Channels or Sites. - Introduces an option to set up automated deployments with GitHub when initializing Hosting.
- Fixes issue where the ESLint config file would not be added to version control for new Typescript Cloud Functions projects (#2645).
- Fixes issue where the CLI displayed
NaN
when choosing the default port for the Emulator UI. - Fixes the
npm run lint
(eslint
) command in newly initalized Cloud Functions for Firebase directories on Windows (#2644). - Fixes
database:remove
command (#2657). - Improves the output of
hosting:disable
when dealing with Firebase Hosting multisite setups.