Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wsk trigger create/delete with a feed shows the result of the feed activation #2249

Closed
rabbah opened this issue May 16, 2017 · 2 comments
Closed

Comments

@rabbah
Copy link
Member

rabbah commented May 16, 2017

create a trigger with a feed

> wsk trigger create t --feed cloudant/changes 
ok: invoked /_/cloudant/changes with id xyz
{
    "activationId": "xyz",
    "response": {
        "result": {},
        "status": "success",
        "success": true
    },...
}
ok: created trigger myCloudantTrigger

then delete it:

> wsk trigger delete t
ok: invoked /.../changes with id xyz
{
    "activationId": "xyz",
    "response": {
        "result": {},
        "status": "success",
        "success": true
    }, ...
}
ok: deleted trigger t

is it intentional to show the feed action activation?

@rabbah rabbah changed the title wsk trigger delete on a feed shows the result of the feed activation wsk trigger create/delete with a feed shows the result of the feed activation May 16, 2017
@mdeuser
Copy link
Contributor

mdeuser commented May 18, 2017

@dubeejw - was this the desired behavior? this additional output comes from invoking the action invoke cli command method under the covers. calling the lower level action invoke method would avoid displaying the action invocation output.

@csantanapr
Copy link
Member

Issue moved to apache/incubator-openwhisk-cli #134 via ZenHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants