-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
CLI: Add functionality to operate on Environments #300
Comments
@rajdip-b As my last pr is approved I would like to work on this issue. |
Hey! Sure. But could you hold up for a day or two? We are making some changes in how the configuration works. After that we will be sharing the how-to guide for developing the CLI. |
yeah Sure. |
@vr-varad Hey bro! Could you make any progress on this yet? |
Yeah Actually I was waiting for ur confirmation @rajdip-b Should I make a pr now? |
Oh, yeah absolutely! You can make it now. This isn't related to foss hack so won't be an issue. P.S. Absolutely sorry! I forgot to notify you in here. We maintain all of our announcements in Discord, and we did notify in there. So I assumed you were a community member :( |
Description
We would like to perform the following operations for project using our CLI:
keyshade environment list <projectId>
)keyshade environment get <environmentId>
)keyshade environment create <projectId> (refer postman for parameters)
)keyshade environment update <environmentId> (refer postman for parameters)
)keyshade environment delete <environmentId>
)Solution
command.interface.ts
and name ifEnvironmentCommand
.src/commands/environment
.src/http/project.ts
and name the class EnvironmentController.The text was updated successfully, but these errors were encountered: