Skip to content

Releases: michaelblawrence/together-rs

0.3.1

12 Sep 15:58
Compare
Choose a tag to compare

Adds --skip command arg to skip running the startup commands from the together.toml config

0.3.0

15 Aug 15:29
Compare
Choose a tag to compare
  • Select commands (using 't' key) easier using the provided alias values from the config file
  • Specify 'recipe' tags for each command in config. Given these recipes, you can start up just the required set of commands much easier (Just need enough to run your backend stack locally? Run together --recipes backend)
  • Suppress the stdout for startup commands using the -q flag (e.g. together -q load together.detailed.toml)

0.2.2

21 May 16:53
4a5cdcc
Compare
Choose a tag to compare
  • Use the command together (and nothing else) to run from the together.toml in the current directory.

  • Run together -i to only run the startup commands

0.2.1

10 Apr 13:40
Compare
Choose a tag to compare
bump version

0.2.0

26 Mar 09:55
ac0191a
Compare
Choose a tag to compare
Merge pull request #1 from michaelblawrence/support-startup-commands

Support startup commands

0.1.0

19 Feb 01:19
e6ea926
Compare
Choose a tag to compare
Update rust.yml