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

Update Usage for Activation Poll #2398

Merged
merged 3 commits into from
Jun 23, 2017
Merged

Conversation

dubee
Copy link
Member

@dubee dubee commented Jun 20, 2017

Make Activation Poll usage inform users that an entity name (action, trigger, or rule) can be provided as an optional argument.

Closes: #2273

@dubee
Copy link
Member Author

dubee commented Jun 20, 2017

@mdeuser, please review.

@@ -217,8 +217,8 @@ var activationResultCmd = &cobra.Command{
}

var activationPollCmd = &cobra.Command{
Use: "poll [NAMESPACE]",
Short: wski18n.T("poll continuously for log messages from currently running actions"),
Use: "poll [ NAMESPACE | ENTITY_NAME ]",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since the list is limited, i think the more explicit poll [NAMESPACE | ACTION_NAME | TRIGGER_NAME | RULE_NAME] is helpful

@mdeuser
Copy link
Contributor

mdeuser commented Jun 20, 2017

new syntax LGTM

@@ -217,8 +217,8 @@ var activationResultCmd = &cobra.Command{
}

var activationPollCmd = &cobra.Command{
Use: "poll [NAMESPACE]",
Short: wski18n.T("poll continuously for log messages from currently running actions"),
Use: "poll [ NAMESPACE | ACTION_NAME | TRIGGER_NAME | RULE_NAME ]",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dubee
Copy link
Member Author

dubee commented Jun 21, 2017

@bjustin-ibm, can you merge this one too?

@jberstler jberstler merged commit 5a40ce8 into apache:master Jun 23, 2017
jonpspri pushed a commit to jonpspri/openwhisk that referenced this pull request Jul 4, 2017
* Update Usage for Activation Poll
houshengbo pushed a commit to houshengbo/openwhisk that referenced this pull request Jul 10, 2017
* Update Usage for Activation Poll
houshengbo pushed a commit to houshengbo/openwhisk that referenced this pull request Jul 21, 2017
* Update Usage for Activation Poll
houshengbo pushed a commit to houshengbo/openwhisk that referenced this pull request Nov 13, 2017
* Update Usage for Activation Poll
houshengbo pushed a commit to houshengbo/openwhisk that referenced this pull request Nov 13, 2017
* Update Usage for Activation Poll
houshengbo pushed a commit to houshengbo/openwhisk that referenced this pull request Nov 14, 2017
* Update Usage for Activation Poll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants