CLI: Add functionality to operate on Variables #301
Labels
difficulty: 3
hacktoberfest
Hacktoberfest is on!
priority: high
released
scope: cli
Everything related to the CLI
type: feature
Release drafter tag for tagging PRs related to adding new features
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.The text was updated successfully, but these errors were encountered: