Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Sync secrets from config file (ini/yaml/.env) #13

Open
petertriho opened this issue Nov 13, 2020 · 3 comments · Fixed by #17
Open

Sync secrets from config file (ini/yaml/.env) #13

petertriho opened this issue Nov 13, 2020 · 3 comments · Fixed by #17
Labels
accepted Feature requests that have been accepted

Comments

@petertriho
Copy link
Contributor

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)

@aviskarkc10
Copy link

@brendon1555 Is there a plan to add this feature?

@brendon1555
Copy link
Contributor

@aviskarkc10 There is! I just haven't had the time lately to plan it out and implement it.
I should add an accepted tag for feature requests I plan on adding.

@brendon1555 brendon1555 added the accepted Feature requests that have been accepted label Jan 27, 2021
@brendon1555
Copy link
Contributor

I've actually got some time to look at this today.

@brendon1555 brendon1555 linked a pull request Jan 29, 2021 that will close this issue
brendon1555 added a commit that referenced this issue Jan 29, 2021
Adds secrets:sync command.
Implements #13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepted Feature requests that have been accepted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants