truefoundry-gitops

Automate TrueFoundry GitOps deployments with tfy apply in CI/CD pipelines.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/truefoundry/tfy-deploy-skills --skill truefoundry-gitops
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: truefoundry-gitops
Source: https://github.com/truefoundry/tfy-deploy-skills/tree/main/skills/gitops
Command: npx skills add https://github.com/truefoundry/tfy-deploy-skills --skill truefoundry-gitops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitOps enables teams to manage deployment configurations as code, providing versioned, auditable, and automated pipelines for TrueFoundry resources.

Core Features & Use Cases

  • Automated YAML-based deployment workflows with tfy apply
  • CI/CD integration for GitHub Actions, GitLab CI, and Bitbucket Pipelines
  • Built-in health verification and safe-guarded deployments
  • Versioned rollback and audit trails through Git history

Quick Start

Create a GitOps repository containing TrueFoundry YAML specs and wire it to your CI/CD workflows to validate and deploy changes.

Frequently Asked Questions about truefoundry-gitops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitOps deployments for TrueFoundry resources?▼

Automate GitOps deployments for TrueFoundry by connecting a repository of YAML manifests to your CI/CD workflows. The pipeline validates changes and executes deployments automatically using tfy apply.

Does the TrueFoundry GitOps pipeline work with GitHub Actions and GitLab CI?▼

Yes, TrueFoundry GitOps integrates natively with GitHub Actions, GitLab CI, and Bitbucket Pipelines. It hooks into these CI/CD systems to validate, deploy, and monitor changes through tfy apply.

What prerequisites do I need to set up GitOps CI/CD for TrueFoundry?▼

Setting up GitOps CI/CD requires a configured TFY_BASE_URL and TFY_API_KEY, a workspace_fqn, and a Git repository of YAML manifests organized for GitOps, such as a truefoundry-configs directory.

How does GitOps handle rollbacks and audit trails for infrastructure changes?▼

GitOps handles rollbacks and audit trails through Git history. Because deployment configurations are managed as versioned code, you can easily revert changes and track all infrastructure modifications.

Can I verify application health automatically during a TrueFoundry deployment?▼

Yes, the TrueFoundry GitOps pipeline includes built-in health verification. This safeguard monitors deployments automatically to ensure changes are applied safely and resources remain healthy.

What is the best way to manage TrueFoundry deployment configurations as code?▼

The best way to manage TrueFoundry deployment configurations as code is using a GitOps approach. Store your YAML specs in a Git repository to gain versioned, auditable, and automated deployment pipelines.