Skip to content

hktudock/riptide-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riptide

Main packages: lib proxy cli
Container-Backends: engine_docker    
Database Drivers: db_mysql db_mongo  
Plugins: php_xdebug    
Kubernetes: k8s_client k8s_controller  
Related Projects: configcrunch    
More: docs repo docker_images

Build Status Documentation Status Version Downloads License (MIT) Supported Python versions Join our Slack workspace

Riptide is a set of tools to manage development environments for web applications. It's using container virtualization tools, such as Docker to run all services needed for a project.

It's goal is to be easy to use by developers. Riptide abstracts the virtualization in such a way that the environment behaves exactly as if you were running it natively, without the need to install any other requirements the project may have.

CLI Application

This repository contains the CLI application for Riptide. The library used for the CLI is Click.

The CLI application uses the Riptide lib package to manage files and to communicate with the container engine backend.

It can be installed via pip by installing riptide-cli.

Documentation

The complete documentation for Riptide can be found at Read the Docs.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.4%
  • Shell 3.6%