Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Not able to set secrets value using fab set --environment #315

Open
amit1411 opened this issue Sep 11, 2020 · 0 comments
Open

Not able to set secrets value using fab set --environment #315

amit1411 opened this issue Sep 11, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@amit1411
Copy link

I need to set values for a secret thru environment using fab --environment set but not able to do so as it gives formatting error. Is it possible to do it via command line?
secrets:
- name: "secret_name"
value:
variable1:
variable2:
I tried using below command
fab set --environment prod --subcomponent my_sub_component secrets.name=secret_name secrets.value.variable1="some_value" secrets.value.variable2="some_value_2"

@amit1411 amit1411 added the bug Something isn't working label Sep 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant