{"id":17638930,"url":"https://github.com/lando/pantheon","last_synced_at":"2025-04-09T14:13:00.857Z","repository":{"id":40348307,"uuid":"427035241","full_name":"lando/pantheon","owner":"lando","description":"The Official Lando Pantheon plugin.","archived":false,"fork":false,"pushed_at":"2024-10-25T19:59:05.000Z","size":1358,"stargazers_count":12,"open_issues_count":30,"forks_count":18,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-29T21:05:33.712Z","etag":null,"topics":["drupal","lando","lando-hosting-integration","lando-plugin","lando-recipe","pantheon","wordpress"],"latest_commit_sha":null,"homepage":"https://docs.lando.dev/pantheon","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lando.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/support.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["lando","pirog"],"patreon":"devwithlando","open_collective":"devwithlando","custom":"https://lando.dev/join"}},"created_at":"2021-11-11T14:42:30.000Z","updated_at":"2024-10-26T07:16:39.000Z","dependencies_parsed_at":"2023-09-26T01:02:55.954Z","dependency_job_id":"c97c2a6e-341c-44b1-99c5-5d70e8d52c32","html_url":"https://github.com/lando/pantheon","commit_stats":{"total_commits":270,"total_committers":15,"mean_commits":18.0,"dds":0.7444444444444445,"last_synced_commit":"7e1f83889e485cbcc5e9f4cf3a4d9115ea761abd"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fpantheon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fpantheon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fpantheon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lando%2Fpantheon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lando","download_url":"https://codeload.github.com/lando/pantheon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247954150,"owners_count":21024172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["drupal","lando","lando-hosting-integration","lando-plugin","lando-recipe","pantheon","wordpress"],"created_at":"2024-10-23T04:05:40.830Z","updated_at":"2025-04-09T14:13:00.825Z","avatar_url":"https://github.com/lando.png","language":"JavaScript","funding_links":["https://github.com/sponsors/lando","https://github.com/sponsors/pirog","https://patreon.com/devwithlando","https://opencollective.com/devwithlando","https://lando.dev/join"],"categories":[],"sub_categories":[],"readme":"# Pantheon Lando Plugin\n\nThis is the _official_ [Lando](https://lando.dev) plugin for [Pantheon](https://pantheon.io). When installed it...\n\n* Closely mimics Pantheon's [stack, versions](https://docs.pantheon.io/platform/) and [environment](https://docs.pantheon.io/read-environment-config/) locally\n* Allows you to easily `pull` your Pantheon site down locally\n* Allows you to easily `push` your changes back to Pantheon\n* Installs `drush`, `terminus` and other power tools.\n\nOf course, once a user is running their Pantheon project with Lando they can take advantage of [all the other awesome development features](https://docs.lando.dev) Lando provides.\n\n\n## Basic Usage\n\nClone a project down from Pantheon.\n\n```bash\n# Make and go into an empty directory\nmkdir myproject \u0026\u0026 cd myproject\n\n# Go through interactive prompts to get your site from pantheon\nlando init --source pantheon\n\n# OR do it non-interactively\nlando init \\\n  --source pantheon \\\n  --pantheon-auth \"$PANTHEON_MACHINE_TOKEN\" \\\n  --pantheon-site \"$PANTHEON_SITE_NAME\"\n\n# Start it up\nlando start\n\n# Import your database and files\nlando pull\n\n# List information about this app.\nlando info\n```\n\nOnce your project is running you can access [relevant tooling commands](https://github.com/lando/pantheon/blob/main/docs/usage.md#application-tooling).\n\nFor more info you should check out the [docs](https://docs.lando.dev/pantheon):\n\n* [Getting Started](https://docs.lando.dev/pantheon/getting-started.html)\n* [Configuration](https://docs.lando.dev/pantheon/config.html)\n* [Tooling](https://docs.lando.dev/pantheon/tooling.html)\n* [Syncing](https://docs.lando.dev/pantheon/syncing.html)\n* [Guides](https://docs.lando.dev/pantheon/adding-more-tooling.html)\n* [Examples](https://github.com/lando/pantheon/tree/main/examples)\n* [Development](https://docs.lando.dev/pantheon/development.html)\n\n## Issues, Questions and Support\n\nIf you have a question or would like some community support we recommend you [join us on Slack](https://launchpass.com/devwithlando).\n\nIf you'd like to report a bug or submit a feature request then please [use the issue queue](https://github.com/lando/pantheon/issues/new/choose) in this repo.\n\n## Changelog\n\nWe try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/pantheon/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/pantheon/releases).\n\n## Development\n\nIf you're interested in working on this plugin then we recommend you check out the [development guide](https://github.com/lando/pantheon/blob/main/docs/development.md).\n\n\n## Maintainers\n\n* [@pirog](https://github.com/pirog)\n* [@reynoldsalec](https://github.com/reynoldsalec)\n\n## Contributors\n\n\u003ca href=\"https://github.com/lando/pantheon/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=lando/pantheon\" /\u003e\n\u003c/a\u003e\n\nMade with [contributors-img](https://contrib.rocks).\n\n## Other Selected Resources\n\n* [LICENSE](https://github.com/lando/pantheon/blob/main/LICENSE.md)\n* [The best professional advice ever](https://www.youtube.com/watch?v=tkBVDh7my9Q)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flando%2Fpantheon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flando%2Fpantheon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flando%2Fpantheon/lists"}