CLI: Create a command to import configs from a .env file #503
Labels
difficulty: 4
hacktoberfest
Hacktoberfest is on!
help wanted
Extra attention is needed
priority: high
scope: cli
Everything related to the CLI
type: feature
Release drafter tag for tagging PRs related to adding new features
Description
In our CLI, we would like to have a command that can do the following:
.env
file as an inputsecret-scan
package to organize the entries into secrets and variablesIdeally, the command should look like this:
Solution
import
command inproject
commandRecord<string, string>
format, and send it tosecret-scan
(CLI: Expose a function to scan JSON objects for secrets #502 )project-slug
. You would be basically callingcreateSecret
andcreateVariable
endpoints fromSecretController
andVariableController
.x
secrets andy
variables.Additional Context
Depends on #502
The text was updated successfully, but these errors were encountered: