Closed rajdip-b closed 2 weeks ago
/attempt
Assigned the issue to @anudeeps352!
Btw I thought I'd take this up since I'm already doing the secrets thing on CLI.Kinda similiar right.So it would be easier ig
SGTM
@rajdip-b I've linked the pr. Do check it out when you're available
:tada: This issue has been resolved in version 2.7.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description
We would like to perform the following operations for variable using our CLI:
keyshade variable list <projectId>
)keyshade variable revisions <variableId>
)keyshade variable create <projectId>(refer postman for parameters)
)keyshade variable update <variableId> (refer postman for parameters)
)keyshade variable rollback <variableId> --environment-slug/-e <> --version/-v <>
)keyshade variable delete <variableId>
)Solution
command.interface.ts
and name ifVariableCommand
.src/commands/variable
.variableController
fromControllerInstance
to make the API calls.