Sign inSign up

vorteil/debug

By vorteil

Updated about 5 years ago

Image
0

3.0K

vorteil/debug repository overview

Debug

Prints all the information that direktiv sends to the container

Direktiv

An example workflow of using the container on Direktiv.

id: debugging
functions:
- id: debug
  image: vorteil/debug:v2
description: "Prints all input the container receives"
states:
- id: print
  type: action
  action:
    function: print
    input: jq(.)

Input & Output

The input will get printed as output for debugging purposes.

input:
  hello: "world"

Error

In the case that an error is encountered it will present in the following format:

{
    "errorCode": "com.debug.error",
    "errorMsg": "Something went wrong"
}

Tag summary

Content type

Image

Digest

Size

2 MB

Last updated

about 5 years ago

docker pull vorteil/debug