Skip to content

Releases: amalej/onfire-cli

v1.4.0

09 Dec 15:39

Choose a tag to compare

What's Changed

  • fix issue where tool does not work with firebase-tools v15 by @amalej in #65

Full Changelog: v1.3.2...v1.4.0

v1.3.2

25 Oct 21:01
8bf144d

Choose a tag to compare

  • Added feature to list folders/files

What's Changed

  • Added feature to list folders/files by @amalej in #62

Full Changelog: v1.3.1...v1.3.2

v1.3.1

15 Oct 20:52

Choose a tag to compare

  • Fixed issue where spawn processes cannot be exitted(#56)
  • Fixed issue where multiple spawn processes are spawned by spamming Enter key
  • [dev] set strictNullChecks to true
  • Improve UI to offset newlines

v1.3.0

07 Oct 18:59
90e6e2c

Choose a tag to compare

  • Fixed issue where argument selection does not shown possible values(#45)
  • Added possible values for feature(#15)
  • Fixed issue where argument passed is misarranged(#3)
  • Added way to clear commands using SIGNINT signal
    • When input has value and SIGNINT signal is sent, CLI will clear the input
    • When input is clear and SIGNINT signal is sent, CLI exits
  • Added experimental feature to run non-Firebase commands
    • clear and cls to clear the console.
    • pwd and cwd to print current working directory.

v1.2.3

30 Sep 15:32
c7870ea

Choose a tag to compare

  • Added caching for firebase commands
    • Reduces the loading time to almost nothing

onfire-cli v1.2.2

27 Sep 23:53

Choose a tag to compare

  • Added logic to cache command arguments
  • Improved the selection UI
  • Added partial matching