-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers