Skip to content

JSON output support #73

@rsgalloway

Description

@rsgalloway

add support for machine-friendly JSON output:

$ envstack secrets -o baked.env --json

could output a list of dicts like:

{
  "key": "SUBFORK_ACCESS_KEY",
  "exists": true,
  "empty": false,
  "value": "abc123.....xyz456",
  "source": "/etc/project/env/secrets.env"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions