Skip to content

Commit

Permalink
Introduce initial Hydro CLI architecture (#390)
Browse files Browse the repository at this point in the history
* wip

* wip

* wip

* wip

* Parallel service init and stdout capture

* Simplify Python interface

* Polish

* Update design doc for new deployment API

* Capture stderr as well

* Add API for getting exit code

* Initial logic for configuring ports

* Break out into several modules

* Set up infrastructure for provisioning with Terraform
  • Loading branch information
shadaj authored Feb 17, 2023
1 parent bfe9a90 commit 52aa6e0
Show file tree
Hide file tree
Showing 14 changed files with 2,153 additions and 46 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target*
/rust.git
/*.dot
/*.dot
__pycache__/
Loading

0 comments on commit 52aa6e0

Please sign in to comment.