firebase hosting cli code example
Example 1: firebase cli windows
npm install -g firebase-tools
Example 2: firebase only hosting command
firebase deploy --only hosting
Example 3: firebase tools install
installing firebase tools
npm install -g firebase-tools
firebase deploy --only hosting
installing firebase tools