Skip to content

Releases: sigi-cli/sigi

0.2.3

07 Apr 04:19
Compare
Choose a tag to compare

Sigi 0.2.3

Added

  • pick command for reordering

0.2.2

03 Apr 04:15
Compare
Choose a tag to compare

Sigi 0.2.2

Added:

  • move subcommand
  • move-all subcommand

0.2.1

31 Mar 09:54
Compare
Choose a tag to compare

Sigi 0.2.1

Fixed:

  • create can actually create things. (It is absolutely broken in 0.2.0 - tests needed!)

0.2.0

30 Mar 07:55
Compare
Choose a tag to compare

Sigi 0.2.0

Changed:

  • --topic is now --stack. --topic is still reserved as an alias
  • list-all subcommand is removed in favor of list now. The all alias was moved to list

Other:

  • Reorganization that coupled a little less tightly to clap. (I like clap, but I like abstraction boundaries more)

0.1.10

25 Mar 05:40
Compare
Choose a tag to compare

Sigi 0.1.10

Other:

  • Miscellaneous internal changes

0.1.9

24 Mar 07:09
Compare
Choose a tag to compare

Sigi 0.1.9

Added:

  • --silent flag to completely omit output.

  • More documentation. It's still sparse, but documentation was almost nonexistent before this.

Other:

  • More internal organization changes.

0.1.8

22 Mar 18:10
Compare
Choose a tag to compare

Sigi 0.1.8

  • Implement delete-all

  • More reorganization of internals

0.1.7

24 Mar 01:25
Compare
Choose a tag to compare

Sigi 0.1.7

Added:

  • Basic documentation

  • delete-all, length, and is-empty commands

Other:

  • Further organized internals

0.1.6

24 Mar 01:23
Compare
Choose a tag to compare

Sigi 0.1.6

  • Make --quiet flag actually make the CLI more quiet

0.1.5

19 Mar 21:39
Compare
Choose a tag to compare

Sigi 0.1.5

Added:

  • --quiet/-q flag

  • push alias for create

  • pop alias for delete