{"id":46915809,"url":"https://github.com/deferpanic/dpcli","last_synced_at":"2026-03-11T02:31:11.995Z","repository":{"id":95520465,"uuid":"55075533","full_name":"deferpanic/dpcli","owner":"deferpanic","description":"DeferPanic.Net Unikernel IaaS Client","archived":false,"fork":false,"pushed_at":"2018-04-07T16:39:56.000Z","size":61,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-20T13:40:40.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deferpanic.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":"2016-03-30T15:40:15.000Z","updated_at":"2018-04-17T12:55:30.000Z","dependencies_parsed_at":"2023-03-04T12:16:14.902Z","dependency_job_id":null,"html_url":"https://github.com/deferpanic/dpcli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deferpanic/dpcli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deferpanic%2Fdpcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deferpanic%2Fdpcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deferpanic%2Fdpcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deferpanic%2Fdpcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deferpanic","download_url":"https://codeload.github.com/deferpanic/dpcli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deferpanic%2Fdpcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30367814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"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":[],"created_at":"2026-03-11T02:31:11.792Z","updated_at":"2026-03-11T02:31:11.978Z","avatar_url":"https://github.com/deferpanic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dpli\nDeferPanic.Net Unikernel IaaS Client\n\nWebsite: https://deferpanic.com\n\n[![wercker status](https://app.wercker.com/status/44ace461901cac92c53e919de5d7e5e2/s/master \"wercker status\")](https://app.wercker.com/project/bykey/44ace461901cac92c53e919de5d7e5e2)\n\n## Quick Start:\n\nThis will create an account for you and auto-log you in through the API:\n\n```\n./dpcli users create joe@bob.com joebob password\n```\n\n## Authentication:\n\nYou'll need an account so go sign up at https://deferpanic.com/signup if you haven't created it through the API.\nThen you can find your API token @ https://deferpanic.com/home/settings.\n\nYou can either pass your token in with the -token flag or you maybe\nstick it in ~/.dprc.\n\nExample if using the token flag:\n```\n./dpcli --token=\"TOKEN\"\n```\n\n- [Installing](#user-content-build)\n- [Projects](#user-content-projects)\n- [Instances](#user-content-instances)\n- [Volumes](#user-content-volumes)\n- [IPs](#user-content-ips)\n- [Backups](#user-content-backups)\n- [Resources](#user-content-resources)\n- [Addons](#user-content-addons)\n- [Languages](#user-content-languages)\n- [Compilers](#user-content-compilers)\n- [Builds](#user-content-builds)\n\n## Dependencies:\n```\ngo get gopkg.in/alecthomas/kingpin.v2\ngo get  github.com/olekukonko/tablewriter\n```\n\n## Build\n```\ncd dpcli \u0026\u0026 go build \u0026\u0026 go install\n```\n\n## Projects\n\n\n### Create from Repository\n```\ndpcli projects new myproject php rumprun https://github.com/deferpanic/php_example\n```\n\n### Create from Image Binary\n```\n```\n\n### Fork an Existing Project\n\n### Clone an Addon\n\n### Remove\n```\ndpcli projects delete myproject\n```\n\n### List\n\n```\ndpcli projects list\n```\n\n### View Log\n\n```\ndpcli projects log myproject\n```\n\n### Download image\n\n```\n./dpcli projects download myproject .\n```\n\n### Download manifest\n\n```\n./dpcli projects manifest myproject\n```\n\n## Instances\n\n### Create\n\n```\n./dpcli instances new myproject\n```\n\n### Log of Individual Instance\n```\n./dpcli instances log gregory-jennifer.deferpanic.com\n```\n\n### List all Instances\n\n```\n./dpcli instances list\n```\n\n### List of Instances attached to Image/Project\n\n```\n./dpcli instances list myproject\n```\n\n### Pause\n\n```\n./dpcli instances pause gregory-jennifer.deferpanic.com\n```\n\n### Resume\n\n```\n./dpcli instances resume gregory-jennifer.deferpanic.com\n```\n\n### ScaleUp\n\n```\n./dpcli instances scaleup myproject\n```\n\n### ScaleDown\n\n```\n./dpcli instances scaledown myproject gregory-jennifer.deferpanic.com\n```\n\n## Volumes\n\n### List By Domain\n\n```\n./dpcli volumes list --domain=stephen-anna.deferpanic.com\n```\n\n### List by Image Name\n\n```\n./dpcli volumes list --name=text\n```\n\n### Download Volume\n\nNote: To download a volume you currently need to pause the instance.\n(Live volume streaming coming soon.)\n\nPause the instance\n```\n./dpcli instances pause my_cname.deferpanic.com\n```\n\n```\n./dpcli volumes download id\n```\n\n## IPs\n\n### Request\n\n```\n./dpcli ips request\n```\n\n### Release\n\n```\n./dpcli ips release 1.2.3.4\n```\n\n### Attach\n\n```\n./dpcli ips attach 1.2.3.4 stephen-anna.deferpanic.com\n```\n\n### Detach\n\n```\n./dpcli ips detach 1.2.3.4\n```\n\n### List\n\n```\n./dpcli ips list\n```\n\n## Backups\n\n### Save\n\nPause the instance\n(Live Backups coming soon.)\n```\n./dpcli instances pause gregory-jennifer.deferpanic.com\n```\n\nBack it up\n```\n./dpcli backups save myproject gregory-jennifer.deferpanic.com\n```\n\n### Restore\n\nPause the instance\n```\n./dpcli instances pause gregory-jennifer.deferpanic.com\n```\n\nBack it up\n```\n./dpcli backups restore myproject gregory-jennifer.deferpanic.com\n```\n\n### List\n\n```\n./dpcli backups list\n```\n\n## Languages\n\n### List\n\n```\n./dpcli languages\n```\n\n## Compilers\n\n### List\n\n```\n./dpcli compilers\n```\n\n## Builds\n\n### List\n\n```\n./dpcli builds list projectId\n```\n\n### Latest\n\n```\n./dpcli builds latest projectId\n```\n\n### Show\n\n```\n./dpcli builds show buildId\n```\n\n## Resources\n\n### Create\n\n### List\n\nTo see all your provisioned resources:\n```\n./dpcli resources list\n```\n\nTo see the resources attached to a given project:\n```\n./dpcli resources list myproject\n```\n\n### Available\n\nTo see the available resources:\n```\n./dpcli --token=\"TOKEN\" resources available\n```\n\n## Addons\n\nTo see the available addons:\n```\ndpcli --token=\"TOKEN\" addons\n```\n\n## Status\n```\ndpcli status\n```\n\n## Version\n```\ndpcli version\n```\n\n\n## Examples\n\n[Static Website](https://github.com/deferpanic/html_example)\n\n[Php](https://github.com/deferpanic/php_example)\n\n[Php with Redis](https://github.com/vsukhin/phprumpredis)\n\n[Php with Mysql](https://github.com/vsukhin/phprumpmysql)\n\n[Ruby and Sinatra](https://github.com/deferpanic/ruby_example)\n\n[Python](https://github.com/deferpanic/python_example)\n\n[Node Js](https://github.com/vsukhin/nodejsrump)\n\n[Go](https://github.com/deferpanic/go_example)\n\n[Go with DeferPanic client](https://github.com/vsukhin/dpexample)\n\n## Developing\nGo 1.6 is Required.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeferpanic%2Fdpcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeferpanic%2Fdpcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeferpanic%2Fdpcli/lists"}