Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dokku-community/dokku-list
Dokku plugin to list apps
https://github.com/dokku-community/dokku-list
Last synced: 5 days ago
JSON representation
Dokku plugin to list apps
- Host: GitHub
- URL: https://github.com/dokku-community/dokku-list
- Owner: dokku-community
- License: mit
- Created: 2014-05-07T11:30:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T22:25:37.000Z (over 7 years ago)
- Last Synced: 2024-08-02T12:50:18.358Z (3 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - dokku-community/dokku-list - Dokku plugin to list apps (others)
README
# dokku-list [![Build Status](https://img.shields.io/travis/dokku-community/dokku-list.svg?branch=master "Build Status")](https://travis-ci.org/josegonzalez/dokku-list)
> Deprecated as of Dokku 0.3.14 (process management)
List running Dokku apps.
## requirements
- dokku 0.4.0+
- docker 1.8.x## installation
```bash
# on 0.4.x
dokku plugin:install https://github.com/josegonzalez/dokku-list.git list
```## usage
List running apps
```shell
dokku list
```