Skip to content

Commit

Permalink
Merge 3bca441 into 5c2cdca
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Nov 15, 2019
2 parents 5c2cdca + 3bca441 commit 51c5eaa
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 303 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
* **BREAKING:** Remove `firebase list` command.
* **BREAKING:** Remove `firebase tools:migrate` command.
* **BREAKING:** Remove `firebase setup:web` command.
* Fixes a bug where the Functions emulator ignored the "host" configuration (#1722)
* Fixes a bug where the Functions emulator accepted requests to too many paths (#1773)
* Modifies `firebase ext:update` to not perform update if the extension is already up to date.
Expand Down
4 changes: 0 additions & 4 deletions src/commands/index.js
Expand Up @@ -65,7 +65,6 @@ module.exports = function(client) {
client.hosting = {};
client.hosting.disable = loadCommand("hosting-disable");
client.init = loadCommand("init");
client.list = loadCommand("list");
client.login = loadCommand("login");
client.login.ci = loadCommand("login-ci");
client.logout = loadCommand("logout");
Expand All @@ -80,13 +79,10 @@ module.exports = function(client) {
client.setup.emulators.database = loadCommand("setup-emulators-database");
client.setup.emulators.firestore = loadCommand("setup-emulators-firestore");
client.setup.emulators.pubsub = loadCommand("setup-emulators-pubsub");
client.setup.web = loadCommand("setup-web");
client.target = loadCommand("target");
client.target.apply = loadCommand("target-apply");
client.target.clear = loadCommand("target-clear");
client.target.remove = loadCommand("target-remove");
client.tools = {};
client.tools.migrate = loadCommand("tools-migrate");
client.use = loadCommand("use");

return client;
Expand Down
81 changes: 0 additions & 81 deletions src/commands/list.js

This file was deleted.

29 changes: 0 additions & 29 deletions src/commands/setup-web.js

This file was deleted.

112 changes: 0 additions & 112 deletions src/commands/tools-migrate.js

This file was deleted.

29 changes: 0 additions & 29 deletions src/identifierToProjectId.js

This file was deleted.

43 changes: 0 additions & 43 deletions src/test/identifierToProjectId.spec.js

This file was deleted.

5 changes: 0 additions & 5 deletions templates/setup/web.js

This file was deleted.

0 comments on commit 51c5eaa

Please sign in to comment.