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

Add cloud CLI proxy command #1534

Merged
merged 4 commits into from
May 26, 2024
Merged

Conversation

jackkleeman
Copy link
Contributor

The goal of this command is to make it appear that a cloud environment is running locally on your machine, by exposing an authenticating proxy on localhost

@@ -48,7 +48,7 @@ itertools = { workspace = true }
octocrab = { version = "0.32.0", features = ["stream"] }
once_cell = { workspace = true }
open = "5.1.2"
reqwest = { version = "0.11.22", default-features = false, features = ["json","rustls-tls"] }
reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls-tls", "stream"] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs a rebase.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, but im not sure what about this line makes you think that - i do indeed need to add the stream feature to reqwest

@jackkleeman
Copy link
Contributor Author

@AhmedSoliman merging this for the time being, feel free to make comments async

@jackkleeman jackkleeman merged commit 767fc10 into restatedev:main May 26, 2024
6 checks passed
@jackkleeman jackkleeman deleted the cloud-cli-proxy branch May 26, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants