Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support for STDIN on creating and updating tickets. #1316

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

Merged
merged 1 commit into from
Aug 13, 2020

Conversation

allmightyspiff
Copy link
Member

Fixes #900

@allmightyspiff allmightyspiff self-assigned this Aug 4, 2020
@allmightyspiff
Copy link
Member Author

slcli ticket update and slcli ticket create should now accept input from STDIN.

New Help message as well....

Will update the ticket with `Some text`.

    slcli ticket update 123456 --body="Some text"

Will update the ticket with text from STDIN

    cat sometfile.txt | slcli ticket update 123456

Will open the default text editor, and once closed, use that text to update the ticket

    slcli ticket update 123456

@allmightyspiff allmightyspiff merged commit 6f125e8 into softlayer:master Aug 13, 2020
@allmightyspiff allmightyspiff deleted the issues900 branch August 13, 2020 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Apparently no way to enter new lines in ticket body when creating ticket via slcli?
1 participant