Skip to content

Commit

Permalink
feat: Add proxy to migrate (#248)
Browse files Browse the repository at this point in the history
* add proxy params + use same log writing functions

The log writing functions should be the same in the migrate script as they are in the
install and uninstall scripts.

* ignore vagrantfile

* update logic to support new proxy changes

The install portion now following the install script logic. The new functions have been added.
The uninstall portion now supports proxy. TBD - Add proxy changes to actual uninstall script.

* update formatting
  • Loading branch information
carlosmmatos authored Jan 17, 2024
1 parent 859063e commit 9936916
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 240 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
*DS_Store
.vagrant
.vscode
Vagrantfile
Loading

0 comments on commit 9936916

Please sign in to comment.