Add Chennai FOSS demo-command guide under feature announcements#64
Merged
Add Chennai FOSS demo-command guide under feature announcements#64
Conversation
Agent-Logs-Url: https://github.com/cloudengine-labs/devops_os/sessions/8f04f431-5147-4f1a-b9ec-d06c9a5d66b8 Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
Agent-Logs-Url: https://github.com/cloudengine-labs/devops_os/sessions/4d066aef-59a7-4306-a5fd-ce1c6cc68f4a Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
chefgs
April 15, 2026 07:16
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a Chennai FOSS-specific guide that reduces the project’s broad CLI surface into a single Go-based demo flow from process alignment through CI/CD, GitOps, and monitoring. The content is now located under
feature-announcements/chennai-foss-2026so it sits with the event-specific material instead of a separate top-level docs folder.What changed
feature-announcements/chennai-foss-2026/demo-command-list.mdchennai-foss/locationContent added
process-firstscaffold devcontainerscaffold unittestscaffold ghascaffold argocdscaffold sreWhy this layout
feature-announcements/chennai-foss-2026assetspython -m cli.devopsos process-first --section mapping python -m cli.devopsos scaffold devcontainer --languages go --cicd-tools docker,terraform --kubernetes-tools kubectl,helm,k9s,argocd_cli,flux python -m cli.devopsos scaffold gha --name go-demo --languages go --type complete --kubernetes --k8s-method argocd python -m cli.devopsos scaffold argocd --name go-demo --repo https://github.com/your-org/go-demo.git --path k8s --auto-sync python -m cli.devopsos scaffold sre --name go-demo --team platform --slo-target 99.9