{"id":14954983,"url":"https://github.com/kovshenin/sail","last_synced_at":"2025-04-08T14:12:52.523Z","repository":{"id":38184641,"uuid":"401628077","full_name":"kovshenin/sail","owner":"kovshenin","description":"Deploy WordPress to DigitalOcean with Sail","archived":false,"fork":false,"pushed_at":"2024-10-18T22:47:28.000Z","size":435,"stargazers_count":185,"open_issues_count":4,"forks_count":22,"subscribers_count":14,"default_branch":"main","last_synced_at":"2024-10-29T14:14:49.386Z","etag":null,"topics":["digitalocean","hosting","wordpress","wordpress-development"],"latest_commit_sha":null,"homepage":"https://sailed.io","language":"Python","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/kovshenin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-08-31T08:26:13.000Z","updated_at":"2024-10-13T15:25:12.000Z","dependencies_parsed_at":"2023-12-16T13:01:30.584Z","dependency_job_id":"f4f465cf-687d-4cf3-b3f8-e5e336bd971c","html_url":"https://github.com/kovshenin/sail","commit_stats":{"total_commits":403,"total_committers":6,"mean_commits":67.16666666666667,"dds":"0.12655086848635233","last_synced_commit":"0d953fea3e578a10147a9c27be32b1a147abab5f"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovshenin%2Fsail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovshenin%2Fsail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovshenin%2Fsail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovshenin%2Fsail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kovshenin","download_url":"https://codeload.github.com/kovshenin/sail/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247745376,"owners_count":20989008,"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":["digitalocean","hosting","wordpress","wordpress-development"],"created_at":"2024-09-24T13:10:20.200Z","updated_at":"2025-04-08T14:12:52.495Z","avatar_url":"https://github.com/kovshenin.png","language":"Python","readme":"# Deploy WordPress to DigitalOcean with Sail\n\n[Sail](https://sailed.io) is a free CLI tool to deploy, manage and scale WordPress applications\nin the DigitalOcean cloud. Visit [our knowledgebase](https://sailed.io/kb/) for the complete\ndocumentation. For support and announcements [join our Slack](https://join.slack.com/t/sailed/shared_invite/zt-vgnf8dfb-oPH1ZY1IwFSg_WyECYh5ow).\n\n![Unit Tests](https://github.com/kovshenin/sail/actions/workflows/unit-tests.yml/badge.svg)\n![End-to-End Tests](https://github.com/kovshenin/sail/actions/workflows/end2end-tests.yml/badge.svg)\n![Stars](https://img.shields.io/github/stars/kovshenin/sail?style=social)\n\n![Sail CLI Demo](https://user-images.githubusercontent.com/108344/147114001-409080ba-e5c6-4f01-81ff-2bd40c6980a5.png)\n\n## Installation\n\nTo download and install Sail CLI on Linux, macOS or Windows (via WSL), run the\nfollowing command in your terminal:\n\n```\ncurl -sSLf https://sailed.io/install.sh | bash\n```\n\nIf you're looking for other ways to install Sail, checkout the\n[installing section](https://sailed.io/kb/install/) in the Sail Knowledgebase.\n\n## Documentation\n\nVisit [our knowledgebase](https://sailed.io/kb/) for detailed setup and usage\ninstructions. Community support is available in [our Slack workspace](https://join.slack.com/t/sailed/shared_invite/zt-vgnf8dfb-oPH1ZY1IwFSg_WyECYh5ow).\n\nCommands:\n\n\tadmin      Open your default web browser to wp-admin. Logs in automatically if supported\n\tbackup     Create, restore and manage application backups\n\tblueprint  Run a blueprint file against your application\n\tconfig     Set reusable config variables\n\tcron       Add, delete, view and execute system cron jobs\n\tdb         Import and export MySQL databases, or spawn an interactive shell\n\tdeploy     Deploy your working copy to production.\n\tdestroy    Destroy an application namespace and/or the environment\n\tdiff       Show file changes between your local copy and production.\n\tdomain     Add, remove and update domains associated with your site\n\tdownload   Download files from production to your working copy\n\tinfo       Show current sail information\n\tinit       Initialize and provision a new project\n\tlogs       Query and follow logs from the production server\n\tprofile    Run the profiler to find application performance bottlenecks\n\trebuild    Rebuild an application environment.\n\tregions    Get available deployment regions\n\trestore    Restore your application files, uploads and database from a file\n\trollback   Rollback production to a previous release\n\tsftp       Manage SFTP access on this server\n\tsizes      Get available droplet sizes\n\tssh        Open an SSH shell, manage SSH keys and more\n\twp         Run a WP-CLI command on the production host\n\nRun `sail \u003ccommand\u003e --help` for usage instructions.\n\n## License and Contributing\n\nThe Sail CLI client is free and open source, distributed under the GNU General\nPublic License version 3. Feel free to contribute by opening an issue or pull\nrequest on our [GitHub project](https://github.com/kovshenin/sail).\n\nThe Sail API server is proprietary and runs on the sailed.io/justsailed.io domains.\n\n### Legal\n\nThis software is provided **as is**, without warranty of any kind. Sail authors and contributors are **not responsible** for any loss of content, profits, revenue, cost savings, data, or content, or any other direct or indirect damages that may result from using the software or services provided by sailed.io.\n\nSail is not affiliated with DigitalOcean LLC.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkovshenin%2Fsail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkovshenin%2Fsail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkovshenin%2Fsail/lists"}