Skip to content

Commit

Permalink
Update README to (#1356)
Browse files Browse the repository at this point in the history
Add `force: true` to ensure that library usage of the CLI does not go into interactive mode. #1031 (comment)
  • Loading branch information
thechenky committed Jun 3, 2019
1 parent f4c07bb commit 45c82d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ client.list().then(function(data) {
client.deploy({
project: 'myfirebase',
token: process.env.FIREBASE_TOKEN,
force: true,
cwd: '/path/to/project/folder'
}).then(function() {
console.log('Rules have been deployed!')
Expand Down

0 comments on commit 45c82d4

Please sign in to comment.