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

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

@petertriho

Description

@petertriho

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedFeature requests that have been accepted

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions