Releases: michaelblawrence/together-rs
Releases · michaelblawrence/together-rs
0.3.1
0.3.0
- 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
-qflag (e.g.together -q load together.detailed.toml)
0.2.2
-
Use the command
together(and nothing else) to run from the together.toml in the current directory. -
Run
together -ito only run the startup commands
0.2.1
bump version
0.2.0
Merge pull request #1 from michaelblawrence/support-startup-commands Support startup commands
0.1.0
Update rust.yml