Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

do not show binary actions #961

@rabbah

Description

@rabbah

screen shot 2018-05-18 at 4 50 52 pm

deploying a binary actions and then viewing it in the shell will show the base64 string as in the screenshot. (this is based on this repo https://github.com/rabbah/wsk-qr).

> wsk action get wsk_demos/qr/generate
ok: got action qr/generate
{
    "namespace": "wsk_demos/qr",
    "name": "generate",
    "version": "0.0.2",
    "exec": {
        "kind": "java",
        "main": "qr.Generate",
        "binary": true
    },
    "annotations": [
        {
            "key": "exec",
            "value": "java"
        },
        {
            "key": "web-export",
            "value": true
        },
        {
            "key": "raw-http",
            "value": false
        },
        {
            "key": "final",
            "value": true
        }
    ],
    "limits": {
        "timeout": 60000,
        "memory": 128,
        "logs": 10
    },
    "publish": false
}

the API response does indicate the action is binary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions