Nullstone GitOps aims to streamline the development process by enabling developers to submit a single pull request that automates feature delivery or bug fixes without manual configuration across environments. While not a replacement for tools like ArgoCD or FluxCD, Nullstone GitOps seeks to simplify infrastructure management. To address the learning curve associated with Infrastructure as Code (IaC), Nullstone introduced a CLI command, `nullstone iac test`, allowing developers to validate and preview changes locally before pushing them. Additionally, to ease the transition from the Nullstone portal to code repositories, developers can use the "Full Configuration" and "Overrides" buttons to export configurations as YAML files, or the CLI command `nullstone iac generate` to generate IaC files, facilitating a seamless integration into Git workflows.