Releases: typecode/sykle
Releases · typecode/sykle
Throw errors on failures/stop test support services
OVERVIEW
When commands fail, they will now return more user friendly error and stop
the execution of additional commands (such as in the deploy command)
Test commands will now also stop any containers that may have been spun up
in order to support a test command (when not run in "fast" mode)
Use project name for prod builds
OVERVIEW
- use folder as project name for test and dev, and config project name for prod
- remove unused/outdated version number
Add ability to run remote commands
OVERVIEW
- Better error handling/error messaging on cli
- Slim down on code/improve abstractions
- Allow the ability to call aliases and other commands on deployments
- Use folder name for project name (avoids test collisions on Jenkins)
Add env option for aliases
Overview
- Can optionally specify an "env" when defining an alias that will use the correct docker compose file for that env
Fix env var interpolation, tweak command hooks
Overview
- Fixes env var interpolation
- Add preup config
- Add ability to use predeploy without a service
Fix tests when not in fast mode
Merge pull request #34 from typecode/develop Version 0.4.1
Add --fast option, ./run.sh support
Overview
- Can detect and use
./run.sh - Added
--fastoption to test commands - Fix issue with keyboard interrupts
- Updated documentation
User pip3 in makefile
Merge pull request #27 from typecode/develop Version 0.3.4
Require python version 3.4 or greater during installation
0.3.3 Version 0.3.3
Update sync_pg_data
Overview
- Update sync_pg_data to version 0.1.0
- Now syncs both database and schema