Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: omg cli with proxy support #131

Merged
merged 2 commits into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions cli/releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# omg CLI Release Notes
To install the latest omg cli updates, run `npm install -g @ombori/ga-cli` if you install it for the first time. You can also run `omg update` if you have already pre-installed omg package on your machine.


## v3.91.4 (2024-04-15)
- Proxy support for all Phygrid (omg) CLI commands with network requests
- To test, run `export HTTPS_PROXY=<proxy-url>` on the terminal
- Execute commands like `omg org list`, `omg dev physhell <device-name>` and `omg dev status`
- All Phygrid CLI network requests should go through the configured proxy

## v3.90.12 (2024-03-28)
- Increased inactivity timeout for `omg dev shell <device-name>` and other device streaming commands from 1minute to 5minutes

Expand Down
Loading