{"id":22856612,"url":"https://github.com/deis/workflow-cli","last_synced_at":"2025-04-30T15:14:15.705Z","repository":{"id":57582028,"uuid":"53349228","full_name":"deis/workflow-cli","owner":"deis","description":"The CLI for Deis Workflow","archived":false,"fork":false,"pushed_at":"2018-03-01T16:49:01.000Z","size":15401,"stargazers_count":31,"open_issues_count":34,"forks_count":42,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-30T15:14:10.941Z","etag":null,"topics":["cli","deis-workflow","k8s","kubernetes","paas","unsupported"],"latest_commit_sha":null,"homepage":"http://deis.com","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/deis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-07T18:38:26.000Z","updated_at":"2023-05-13T22:37:10.000Z","dependencies_parsed_at":"2022-09-10T14:10:44.653Z","dependency_job_id":null,"html_url":"https://github.com/deis/workflow-cli","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fworkflow-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fworkflow-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fworkflow-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fworkflow-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deis","download_url":"https://codeload.github.com/deis/workflow-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251729734,"owners_count":21634281,"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":["cli","deis-workflow","k8s","kubernetes","paas","unsupported"],"created_at":"2024-12-13T08:09:09.432Z","updated_at":"2025-04-30T15:14:15.684Z","avatar_url":"https://github.com/deis.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | Deis Workflow is no longer maintained.\u003cbr /\u003ePlease [read the announcement](https://deis.com/blog/2017/deis-workflow-final-release/) for more detail. |\n|---:|---|\n| 09/07/2017 | Deis Workflow [v2.18][] final release before entering maintenance mode |\n| 03/01/2018 | End of Workflow maintenance: critical patches no longer merged |\n| | [Hephy](https://github.com/teamhephy/workflow) is a fork of Workflow that is actively developed and accepts code contributions. |\n\n# Deis Client\n\n[![Build Status](https://ci.deis.io/buildStatus/icon?job=Deis/workflow-cli/master)](https://ci.deis.io/job/Deis/job/workflow-cli/job/master/)\n[![Go Report Card](https://goreportcard.com/badge/github.com/deis/workflow-cli)](https://goreportcard.com/report/github.com/deis/workflow-cli)\n[![codebeat badge](https://codebeat.co/badges/05d314a8-ca61-4211-b69e-e7a3033662c8)](https://codebeat.co/projects/github-com-deis-workflow-cli)\n[![codecov](https://codecov.io/gh/deis/workflow-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/deis/workflow-cli)\n\nDownload Links:\n\n- [64 Bit Linux](https://storage.googleapis.com/workflow-cli-master/deis-latest-linux-amd64)\n- [32 Bit Linux](https://storage.googleapis.com/workflow-cli-master/deis-latest-linux-386)\n- [64 Bit Mac OS X](https://storage.googleapis.com/workflow-cli-master/deis-latest-darwin-amd64)\n- [32 Bit Max OS X](https://storage.googleapis.com/workflow-cli-master/deis-latest-darwin-386)\n- [64 Bit Windows](https://storage.googleapis.com/workflow-cli-master/deis-latest-windows-amd64.exe)\n- [32 Bit Windows](https://storage.googleapis.com/workflow-cli-master/deis-latest-windows-386.exe)\n\n`deis` is a command line utility used to interact with the [Deis](http://deis.io) open source PaaS.\n\nPlease add any [issues](https://github.com/deis/workflow-cli/issues) you find with this software to the [Deis Workflow CLI Project](https://github.com/deis/workflow-cli).\n\n## Installation\n\n### Pre-built Binary\n\nSee the appropriate sub-section below for your system to download and install the latest build of this software.\n\n#### 64 Bit Linux\n\nMaster:\n\n```console\ncurl -o deis https://storage.googleapis.com/workflow-cli-master/deis-latest-linux-amd64 \u0026\u0026 chmod +x deis\n```\n\nLatest stable release:\n\n```\ncurl -o deis https://storage.googleapis.com/workflow-cli-release/deis-stable-linux-amd64 \u0026\u0026 chmod +x deis\n```\n\n#### 32 Bit Linux\n\nMaster:\n\n```console\ncurl -o deis https://storage.googleapis.com/workflow-cli-master/deis-latest-linux-386 \u0026\u0026 chmod +x deis\n```\n\nLatest stable release:\n\n```\ncurl -o deis https://storage.googleapis.com/workflow-cli-release/deis-stable-linux-386 \u0026\u0026 chmod +x deis\n```\n\n#### 64 Bit Mac OS X\n\nMaster:\n\n```console\ncurl -o deis https://storage.googleapis.com/workflow-cli-master/deis-latest-darwin-amd64 \u0026\u0026 chmod +x deis\n```\n\nLatest stable release:\n\n```\ncurl -o deis https://storage.googleapis.com/workflow-cli-release/deis-stable-darwin-amd64 \u0026\u0026 chmod +x deis\n```\n\n#### 32 Bit Max OS X\n\nMaster:\n\n```console\ncurl -o deis https://storage.googleapis.com/workflow-cli-master/deis-latest-darwin-386 \u0026\u0026 chmod +x deis\n```\n\nLatest stable release:\n\n```\ncurl -o deis https://storage.googleapis.com/workflow-cli-release/deis-stable-darwin-386 \u0026\u0026 chmod +x deis\n```\n\n#### 64 Bit Windows\n\nMaster:\n\n```console\npowershell -NoProfile -ExecutionPolicy Bypass -Command \"(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli-master/deis-latest-windows-amd64.exe', 'deis.exe')\"\n```\n\nLatest stable release:\n\n```\npowershell -NoProfile -ExecutionPolicy Bypass -Command \"(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli-release/deis-stable-windows-amd64.exe', 'deis.exe')\"\n```\n\n#### 32 Bit Windows\n\nMaster:\n\n```console\npowershell -NoProfile -ExecutionPolicy Bypass -Command \"(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli-master/deis-latest-windows-386.exe', 'deis.exe')\"\n```\n\nLatest stable release:\n\n```\npowershell -NoProfile -ExecutionPolicy Bypass -Command \"(new-object net.webclient).DownloadFile('https://storage.googleapis.com/workflow-cli-release/deis-stable-windows-386.exe', 'deis.exe')\"\n```\n\n\nAfter you execute the appropriate command for your system, you'll have a `deis` binary in the current directory.\n\nRun the following to see the version:\n\n```console\n$ ./deis --version\n```\n\nYou can then move it anywhere in your path:\n\n```console\n$ mv deis /usr/local/bin\n```\n\n### From Scratch on OS X and Linux\n\nTo compile the client from scratch, ensure you have Docker installed and run\n\n    $ make\n\n### From Scratch on Windows\n\nTo compile the client from scratch, open PowerShell and execute the following commands in the source directory.\n\n    $ .\\make bootstrap\n    $ .\\make build\n\n`.\\make bootstrap` will fetch all required dependencies, while `.\\make build` will compile and install\nthe client in the current directory.\n\n    $ .\\deis --version\n\n## Usage\n\nRunning `deis help` will give you a up to date list of `deis` commands.\nTo learn more about a command run `deis help \u003ccommand\u003e`.\n\n## License\n\nsee [LICENSE](https://github.com/deis/workflow-cli/blob/master/LICENSE)\n\n[v2.18]: https://github.com/deis/workflow/releases/tag/v2.18.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fworkflow-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeis%2Fworkflow-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fworkflow-cli/lists"}