Development Workflows
Quick reference for the standard build, test, and deploy commands across Arda repositories.
Backend Repositories
Section titled “Backend Repositories”Build and Unit Test
Section titled “Build and Unit Test”./gradlew koverHtmlReport buildDeploy to Local Kubernetes
Section titled “Deploy to Local Kubernetes”After building and unit testing:
op run --env-file 1Password.env -- ./gradlew helmInstallToLocalTechnical Documentation
Section titled “Technical Documentation”From the technical-documentation repository root:
# Build the documentation sitemake build
# Run the linters (as in CI/CD)make lintAPI Tests
Section titled “API Tests”From the api-test repository root:
Against the dev Environment (as in CI/CD)
Section titled “Against the dev Environment (as in CI/CD)”op run --env-file=1Password/dev.env -- \ npx bru run --env ci \ --reporter-html results.html \ --exclude-tags=disabledAgainst a Local Kubernetes Deployment
Section titled “Against a Local Kubernetes Deployment”op run --env-file=1Password/local.env -- \ npx bru run --env local \ --reporter-html results.html \ --exclude-tags=disabledEnsure 1Password/local.env has the correct settings for your local environment. The stage.env and prod.env files are available for use with care.
Copyright: © Arda Systems 2025-2026, All rights reserved