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 a curl-like command that uses the zed context #237

Open
jzelinskie opened this issue May 30, 2023 · 0 comments
Open

Add a curl-like command that uses the zed context #237

jzelinskie opened this issue May 30, 2023 · 0 comments
Labels
area/CLI Affects the command line kind/tech debt Addresses legacy code/decisions priority/4 maybe This might get done someday state/needs discussion This can't be worked on yet

Comments

@jzelinskie
Copy link
Member

The idea is to add a command that's a low-level way to construct requests, but reusing the zed context.

An example of this functionality is this plugin for heroku:

heroku api PATCH /apps/myapp/config-vars --body '{"FOO": "bar"}'

Thanks to @marccampbell for the idea: https://twitter.com/mccode/status/1663615667034275840

@jzelinskie jzelinskie added area/CLI Affects the command line priority/4 maybe This might get done someday kind/tech debt Addresses legacy code/decisions state/needs discussion This can't be worked on yet labels May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CLI Affects the command line kind/tech debt Addresses legacy code/decisions priority/4 maybe This might get done someday state/needs discussion This can't be worked on yet
Projects
None yet
Development

No branches or pull requests

1 participant