Is your feature request related to a problem? Please describe.
The Environment Variables in the environment config can be used to configure deployments through special environment variables. This is not very visible to the user so we need to make it somehow visible.
Describe the solution you'd like
Either a dropdown with special environment variables
Or auto complete
Or any other idea is welcome
Special environment variables
Name
Description
SK_CWD
Change the working directory. The path is relative to the repo root.
SK_ENV_FILE
If provided, Stormkit will create a .env file with the Environment Variables in the current working directory. It can take any value
Additional context
Here's a screenshot of the section I mentioned above:
Is your feature request related to a problem? Please describe. The
Environment Variables
in the environment config can be used to configure deployments through special environment variables. This is not very visible to the user so we need to make it somehow visible.Describe the solution you'd like
Special environment variables
.env
file with theEnvironment Variables
in the current working directory. It can take any valueAdditional context
Here's a screenshot of the section I mentioned above: