You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds `-s` functionality to all commands for silent mode while scripting - commands will error with non-zero status code instead of waiting for prompt if not enough information supplied
3
3
-`delete-site` command as a convenience method for removing a site from hosting. Site shows up as 'Site Not Found' as if never deployed to
4
4
5
-
# v1.0.5
5
+
##v1.0.5
6
6
- Gracefully handles error caused by symlinks in public directory until isaacs/fstream#16 fix
7
7
8
-
# v1.0.4
8
+
##v1.0.4
9
9
- NPM artifact fix
10
10
11
-
# v1.0.3
11
+
##v1.0.3
12
12
- Allows command line params in `firebase deploy` to override `firebase.json` settings
13
13
14
-
# v1.0.2
14
+
##v1.0.2
15
15
- Enforces node 0.10.x and above after shown not to work on previous versions
16
16
17
-
# v1.0.1
17
+
##v1.0.1
18
18
- Fixes bug with `firebase bootstrap` on windows
19
19
- Adds 'ignore' to `firebase.json` to allow files to be ignored on deploy
20
20
- Prioritizes `--email` and `--password` command line arguments over current auth token if both passed
0 commit comments