{"id":48368256,"url":"https://github.com/drevops/lagoon-commands","last_synced_at":"2026-04-05T15:30:33.500Z","repository":{"id":346122098,"uuid":"1188488465","full_name":"drevops/lagoon-commands","owner":"drevops","description":"Single page to help with generating Lagoon environaments","archived":false,"fork":false,"pushed_at":"2026-04-01T12:14:46.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T13:25:16.120Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://drevops.github.io/lagoon-commands/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drevops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"drevops","patreon":"drevops"}},"created_at":"2026-03-22T06:25:44.000Z","updated_at":"2026-04-01T12:14:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/drevops/lagoon-commands","commit_stats":null,"previous_names":["drevops/lagoon-commands"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/drevops/lagoon-commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drevops%2Flagoon-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drevops%2Flagoon-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drevops%2Flagoon-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drevops%2Flagoon-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drevops","download_url":"https://codeload.github.com/drevops/lagoon-commands/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drevops%2Flagoon-commands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31441057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-05T15:30:32.864Z","updated_at":"2026-04-05T15:30:33.490Z","avatar_url":"https://github.com/drevops.png","language":"HTML","funding_links":["https://github.com/sponsors/drevops","https://patreon.com/drevops"],"categories":[],"sub_categories":[],"readme":"# Lagoon Command Generator\n\n[![Test](https://github.com/drevops/lagoon-commands/actions/workflows/test.yml/badge.svg)](https://github.com/drevops/lagoon-commands/actions/workflows/test.yml)\n\nSingle-page HTML application that generates ready-to-use Lagoon CLI commands\nwith project-specific values pre-filled.\n\n## What it does\n\nEnter your project name and settings once — get every Lagoon command you need\nwith all values substituted and ready to copy-paste.\n\n## Features\n\n- **Flat searchable list** — all commands visible, filterable by text search\n  or clickable tag pills\n- **Visual grouping** — commands grouped by category with group headers\n- **Environment selector** — choose Production, Development, Custom branch,\n  or PR environment per command\n- **Inline controls** — setup commands have checkboxes, number inputs, and text\n  fields directly in the card (branch patterns, env limit, PR deploy toggle,\n  auto-idle)\n- **DB override** — checkbox wraps deploy commands with `VORTEX_PROVISION_OVERRIDE_DB`\n  variable set/remove\n- **Dual SSH commands** — Lagoon CLI and direct SSH shown together\n- **Custom SSH key** — optional per-project SSH key pattern with resolved\n  preview and keygen command\n- **Project autocomplete** — saved projects stored in localStorage with\n  autocomplete dropdown\n- **Global settings** — default production/dev branches, PR prefix, and SSH key\n  pattern shared across projects\n- **Config import/export** — transfer settings between browsers via JSON\n- **URL query parameters** — pre-fill settings via URL\n- **Share link** — copies a URL with current settings to clipboard\n- **Regex validation** — branch pattern regex validated on every change\n- **Custom command** — run any Lagoon command with the project pre-filled\n\n## Supported query parameters\n\n| Parameter      | Description                  | Default     |\n|----------------|------------------------------|-------------|\n| `project`      | Project name                 | _(empty)_   |\n| `ssh_pattern`  | SSH key path pattern         | _(global)_  |\n| `prod_branch`  | Production branch name       | `main`      |\n| `dev_branch`   | Development branch name      | `develop`   |\n| `github_repo`  | GitHub repository (org/name) | _(empty)_   |\n| `pr_prefix`    | PR environment prefix        | `pr-`       |\n| `tag`          | Pre-filter by tag            | _(none)_    |\n| `search`       | Pre-fill search query        | _(none)_    |\n\n## Command categories\n\n| Tag        | Commands                                                          |\n|------------|-------------------------------------------------------------------|\n| auth       | Login, whoami, list variables, get project key                    |\n| setup      | Branches, PR deploy, env limit, auto-idle, prod env, Shield, package token |\n| variables  | Shield user/pass, GitHub token, package token, debug mode         |\n| deploy     | Deploy branch, redeploy latest (with optional DB override)        |\n| ssh        | SSH to environment (Lagoon CLI + direct SSH)                      |\n| data       | Copy DB from/to environment, sync files up/down via rsync         |\n| users      | Add/delete user, add user to group/project group                  |\n| custom     | Run any custom Lagoon command                                     |\n\n## Tech stack\n\n- Single HTML file, no build step\n- Water.css (dark theme) from CDN\n- Plain JavaScript, no frameworks\n- Playwright tests\n- ESLint + Stylelint\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrevops%2Flagoon-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrevops%2Flagoon-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrevops%2Flagoon-commands/lists"}