Skip to content

Commit de6e741

Browse files
author
Chris Raynor
committed
Adding changelog
1 parent 1da7986 commit de6e741

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# v1.0.6
2+
- 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+
- `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+
5+
# v1.0.5
6+
- Gracefully handles error caused by symlinks in public directory until isaacs/fstream#16 fix
7+
8+
# v1.0.4
9+
- NPM artifact fix
10+
11+
# v1.0.3
12+
- Allows command line params in `firebase deploy` to override `firebase.json` settings
13+
14+
# v1.0.2
15+
- Enforces node 0.10.x and above after shown not to work on previous versions
16+
17+
# v1.0.1
18+
- Fixes bug with `firebase bootstrap` on windows
19+
- Adds 'ignore' to `firebase.json` to allow files to be ignored on deploy
20+
- Prioritizes `--email` and `--password` command line arguments over current auth token if both passed

0 commit comments

Comments
 (0)