Skip to content

Feature: Add JSON Output Mode #29

@chefgs

Description

@chefgs

Title

Add --json flag to CLI commands

Why

Many users may want to integrate DevOps-OS into automation pipelines.

Example:

python -m cli.devopsos scaffold gha --json

Instead of printing text, return structured JSON.

Example output:

{
  "workflow": ".github/workflows/my-app.yml",
  "type": "github_actions"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions