**Describe the feature or problem you’d like to solve** Be able to sync secrets from a config file **Describe the solution you'd like** E.g. `.env` file: ``` KEY1=VALUE1 KEY2=VALUE2 ``` running `ghs secrets:set --sync .env` (or something similar) would erase existing secrets and create `KEY1` (=VALUE1) and `KEY2` (=VALUE2) Seems to be similar to another feature request (#12)
Describe the feature or problem you’d like to solve
Be able to sync secrets from a config file
Describe the solution you'd like
E.g.
.envfile:running
ghs secrets:set --sync .env(or something similar) would erase existing secrets and createKEY1(=VALUE1) andKEY2(=VALUE2)Seems to be similar to another feature request (#12)