Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dokku-community/dokku-debug
Toggle debug mode for dokku
https://github.com/dokku-community/dokku-debug
Last synced: 5 days ago
JSON representation
Toggle debug mode for dokku
- Host: GitHub
- URL: https://github.com/dokku-community/dokku-debug
- Owner: dokku-community
- License: mit
- Created: 2014-04-24T10:51:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T22:26:50.000Z (over 7 years ago)
- Last Synced: 2024-08-02T12:50:10.977Z (3 months ago)
- Language: Shell
- Size: 5.86 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-debug - Toggle debug mode for dokku (others)
README
# dokku-debug [![Build Status](https://img.shields.io/travis/dokku-community/dokku-debug.svg?branch=master "Build Status")](https://travis-ci.org/josegonzalez/dokku-debug)
Manage dokku trace mode
## requirements
- dokku 0.4.0+
- docker 1.8.x## Installation
```bash
# on 0.4.x
dokku plugin:install https://github.com/josegonzalez/dokku-debug.git debug
```## commands
```shell
dokku debug Displays the current trace status
dokku debug:off Deactivate trace mode
dokku debug:on Activate trace mode
dokku debug:toggle Toggle trace mode
```## Usage
Show current setting
```bash
debug
```Activate tracing
```bash
debug on
```Deactivate tracing
```bash
debug off
```Toggle tracing
```bash
debug toggle
```