-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add flag to pass the details for adding/removing the func config envs/volumes. #1182
Comments
With the current implementation of |
@sudhirverma
Or somehow else? |
Also do we want specific flags for secrets/configMaps, or would we be content with just |
this would be good to show output when we do |
Let's identify in specifics what commands need what flags. I think it's a pretty big list For
For So, for example, a user wanting to add an environment variable named
To use all values from the
We also need to add the Does this all sound about right? |
@lance
we could have just
It would be simple to implement it that way, however user would have to know the expression language. |
True - but also users can either use the interactive prompt or the IDE. |
@matejvasek can this be closed now given that #1188 has landed? |
@matejvasek ping - do you think this can be closed? |
There is still work to be done. |
Only adding and listing of envvars is implemented, deletion is not. |
Ok thanks for the update. Do you think it would help to break this into a couple of different issues? Now that adding/listing env vars is in place it might be easier for someone to pick up additional pieces. |
/kind enhancement |
Moving this to "Next" instead of "In progress" since some of it did get done but not all of it. |
Closing this as complete. Will open new issues for labels / annotations / secrets. |
Issue: redhat-developer/vscode-knative#190
As required in VSCode we would need flags to add/remove configured environment variable and volumes.
for e.g:
cc: @mohitsuman @lstocchi
The text was updated successfully, but these errors were encountered: