runfile

Command line for your projects

MIT License

Downloads
124.4K
Stars
35
Committers
3

Bot releases are visible (Hide)

runfile - v1.0.2 Latest Release

Published by DannyBen 11 months ago

What's Changed

Full Changelog: https://github.com/DannyBen/runfile/compare/v1.0.1...v1.0.2

runfile - v1.0.1

Published by DannyBen over 1 year ago

What's Changed

Full Changelog: https://github.com/DannyBen/runfile/compare/v1.0.0...v1.0.1

runfile - v1.0.0

Published by DannyBen over 1 year ago

What's Changed

Full Changelog: https://github.com/DannyBen/runfile/compare/v0.12.0...v1.0.0

runfile - v0.12.0

Published by DannyBen about 3 years ago

⚠️ This is a breaking change

  • The Colsole gem is no longer bundled, so commands like say and resay are no longer available.
  • The execution helpers were removed, so commands like run and run_bg are no longer available.

In case you were using any of these commands, you can quickly have your Runfile functioning as before by adding this to it:

require 'runfile/compatibility'

See #46 for more details.

runfile - v0.11.2

Published by DannyBen about 3 years ago

  • Add env_var DSL command to specify environment variables used by the Runfile
runfile - v0.10.0

Published by DannyBen over 4 years ago

Full Changelog

Merged pull requests:

runfile - v0.10.1

Published by DannyBen over 4 years ago

Full Changelog

Merged pull requests:

runfile - v0.10.2

Published by DannyBen over 4 years ago

Full Changelog

Merged pull requests:

runfile - v0.10.3

Published by DannyBen over 4 years ago

Full Changelog

Merged pull requests:

  • Fix invalid exit code in certain situations #37 (DannyBen)
runfile - v0.11.0

Published by DannyBen over 4 years ago

Full Changelog

Merged pull requests:

runfile - v0.11.1

Published by DannyBen over 4 years ago

Full Changelog

Merged pull requests: