{"id":38283448,"url":"https://github.com/spagu/pp","last_synced_at":"2026-01-17T02:01:06.720Z","repository":{"id":91776014,"uuid":"214431849","full_name":"spagu/pp","owner":"spagu","description":"💻 The unified tool for managing PushPanel.io services from the command line(CLI in GO).","archived":false,"fork":false,"pushed_at":"2019-10-13T00:16:34.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T15:01:39.359Z","etag":null,"topics":["cli","cloud","go","paas","wordpress"],"latest_commit_sha":null,"homepage":"https://pushpanel.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spagu.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-10-11T12:33:40.000Z","updated_at":"2019-10-13T00:55:15.000Z","dependencies_parsed_at":"2023-03-13T17:38:46.806Z","dependency_job_id":null,"html_url":"https://github.com/spagu/pp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/spagu/pp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spagu%2Fpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spagu%2Fpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spagu%2Fpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spagu%2Fpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spagu","download_url":"https://codeload.github.com/spagu/pp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spagu%2Fpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"online","status_checked_at":"2026-01-17T02:00:07.808Z","response_time":85,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","cloud","go","paas","wordpress"],"created_at":"2026-01-17T02:00:49.289Z","updated_at":"2026-01-17T02:01:06.693Z","avatar_url":"https://github.com/spagu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"images/pushpanel-logo.png\" alt=\"pushpanel\"\u003e\u003c/p\u003e\n\n# pp - PushPanel CLI\n\n[![GoDoc](https://godoc.org/github.com/spagu/pp?status.svg)](https://godoc.org/github.com/spagu/pp)\u0026nbsp; \n[![Build Status](https://travis-ci.org/spagu/pp.svg?branch=master)](https://travis-ci.org/spagu/pp)\u0026nbsp;\n[![Go Report Card](https://goreportcard.com/badge/github.com/spagu/pp)](https://goreportcard.com/report/github.com/spagu/pp)\u0026nbsp;\n[![Coverage Status](https://coveralls.io/repos/github/spagu/pp/badge.svg?branch=master)](https://coveralls.io/github/spagu/pp?branch=master)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3267/badge)](https://bestpractices.coreinfrastructure.org/projects/3267)\u0026nbsp;\n[![Downloads](https://img.shields.io/github/downloads/spagu/pp/total.svg)](https://github.com/spagu/pp/releases) \n\n[![Downloads](https://img.shields.io/github/release/spagu/pp.svg?label=Release)](https://github.com/spagu/pp/releases) \n\n\n`pp` is a command line interface for [PushPanel.io](https://pushpanel.io) services. \n\n---\n\n## Requirements\n- Local Linux/BSD shell access\n- Account on [PushPanel.io](https://pushpanel.io)\n- Unblock Firewall on port 443 so your console is able to communicate with dash.pushpanel.io:443\n- [GO](https://golang.org/) language installed \n\n## Install\n```sh\ngo get github.com/spagu/pp\n#or\ngit clone https://github.com/spagu/pp.git\ncd pp \u0026\u0026 make install\n```\n\n## Configuration\nCreate file `.pushpanel` in your home directory with a Token from Panel\n\n## Usage\nCommands are controlled via server.\n\n### Command-Line \n\n```\npp project list\npp project create projectname repotype projecttype --initialversion=\npp project release projectname\npp project revision projectname\npp project unpublish projectname\npp project archive projectname\npp website create domainname\npp website deploy development to production domainname\n```\n\n### Project management\nAdd file called `pushpanel.yaml` inside your repository with a controlled content:\n\n```yaml\nprojects:\n\n    name: supername\n\nwebsite:\n    production:\n        domainname:domanname.co.uk\n    staging:\n        domainname:stg.domanname.co.uk\n    development:\n        domainname:dev.domanname.co.uk\n```\n### How to help\n\nDid you find any bugs or have some suggestions?\n- Feel free to open [new issue](https://github.com/spagu/pp/issues/new).\n\nDo you want to contribute to the project?\n- Fork the repository and open a pull request. [Here](https://github.com/spagu/pp/projects/1) you can find TODO features.\n\n---\n## Author\n`pp` was developed by [PushPanel](https://pushpanel.io).\n\n## License\n`pp` is available under the [BSD](./LICENSE) license.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspagu%2Fpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspagu%2Fpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspagu%2Fpp/lists"}