Skip to content

Feature: Add JSON Output Mode #29

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"
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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