riptide-cli

Tool to manage development environments for web applications using containers - CLI-Application

MIT License

Downloads
205
Stars
1
Committers
4

Bot releases are hidden (Show)

riptide-cli - Version 0.8.3 (CLI) Latest Release

Published by theCapypara 5 months ago

Bugfixes

  • Fixed compatibility with Python 3.12.

Full Changelog: https://github.com/theCapypara/riptide-cli/compare/0.8.2...0.8.3

riptide-cli - Version 0.8.2 (CLI)

Published by theCapypara 7 months ago

Bugfixes

  • Fixed compatibility with Python 3.8 and 3.9.

Full Changelog: https://github.com/theCapypara/riptide-cli/compare/0.8.1...0.8.2

riptide-cli - Version 0.8.1 (CLI)

Published by theCapypara 7 months ago

Riptide is now compatible with Python 3.12.

What's Changed

Full Changelog: https://github.com/theCapypara/riptide-cli/compare/0.8.0...0.8.1

riptide-cli - Version 0.8.0 (CLI)

Published by theCapypara over 1 year ago

What's Changed

Some internal changes and compatibility with Riptide 0.8.0.

⚠️ Breaking changes

This Riptide release introduces breaking changes, see the release notes of riptide-lib 0.8.0.

New Contributors

Full Changelog: https://github.com/theCapypara/riptide-cli/compare/0.7.7...0.8.0

riptide-cli - Version 0.7.7 (Cli)

Published by theCapypara over 1 year ago

What's Changed

  • fixed Python 3.11 compatibility: removed a call to a deprecated and now removed function (asyncio.coroutine), that wasn't needed.

Full Changelog: https://github.com/theCapypara/riptide-cli/compare/0.7.6...0.7.7

riptide-cli - Version 0.7.6 (Cli)

Published by theCapypara about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/theCapypara/riptide-cli/compare/0.7.1...0.7.6

riptide-cli - Version 0.7.1 (Cli)

Published by theCapypara almost 3 years ago

  • Fixed wrong wording in the upgrade instructions when a new release is available.
riptide-cli - Version 0.7.0 (Cli)

Published by theCapypara almost 3 years ago

  • Compatibility with Configcrunch 1.0.0 and Riptide Lib 0.7.0
  • When a new Riptide version is available a note will now be shown in the command line (checked once a day) (#6)
riptide-cli - 0.6.0 (CLI)

Published by theCapypara about 3 years ago

  • Support for new internal flag used by the Xdebug plugin.
riptide-cli - 0.5.2 (CLI)

Published by theCapypara over 4 years ago

  • Support for showing a traceback when -v is passed to riptide start/stop/restart for each service start/stop error.
riptide-cli - 0.5.1

Published by theCapypara over 4 years ago

  • The behavior of riptide start has been changed:
    • By default it will now only start the Project's default_services, or all if not set.
    • By passing the flag --all/-a all services are started.
    • By passing the --services/-s flag only select services are started (like before).
  • The behavior of riptide stop has been changed:
    • By default it will stop all running services (like before).
    • By passing the flag --default/-d only the project's default_services are stopped.
    • By passing the --services/-s flag only select services are stopped (like before).
  • The behavior of riptide restart has been changed:
    • By default it will restart all currently running services.
    • By passing the flag --all/-a flag, all services are restarted, even services that were not running.
    • By passing the flag --default/-d only the project's default_services are restarted.
    • By passing the --services/-s flag only select services are restarted (like before).
  • project-list now lists projects alphabetically.