From 2105c313e589e1012880f6e58b11ed78f9a304e3 Mon Sep 17 00:00:00 2001 From: Manas Date: Jun 26 2019 14:57:44 +0000 Subject: basic readme added --- diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..c7d9f56 --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,46 @@ +## Basic usage + +python3.6 main.py auth taiga --token +Refreshes/Fetches new token from taiga + +python3.6 main.py auth taiga --reset +Resets/Sets the Username and Password in the keyring for taiga + +python3.6 main.py auth pagure --whoami +To check if pagure can identify you and if token is valid + +python3.6 main.py auth pagure --reset +Resets/Sets the Username and Password in the keyring for pagure + +python3.6 main.py auth bugzilla --reset +Resets/Sets the Username and Password in the keyring for Bugzilla + +python3.6 main.py auth email --reset +Resets/Sets the Username and Password in the keyring for Email + +python3.6 main.py convert --taiga x +Converts issue to user story in taiga the "X" stands for the issue refrence no +i.e python3.6 main.py convert --taiga 4 +There can also be multiple issues converted in bulk at once +i.e python3.6 main.py convert --taiga 5 10 15 20 25 30 35 40 45 50 + +python3.6 main.py list issue --pending +Lists pending issues from taiga + +python3.6 main.py list userstory --pending +Lists pending userstory from taiga + +python3.6 main.py announce --ml "X" --reply +Announces to the mailing list the "X" stands for issue refrence from taiga,--reply if not mentioned has the reply option for all emails, +if set only the first email adress is set as reply to in the header + +python3.6 main.py fesco --fesco "X" +Creates a issue in the fesco repo on pagure. "X" stands for the issue refrence/No from taiga + +python3.6 main.py accept --accept "X" +Accepts the Change Converts Issue to UserStory creates a Bug in bugzilla +"X" stands for issue Refrence/No from taiga + +--reply +An optional Header if not mentioned has the reply option for all emails, +if set only the first email adress is set as reply to in the header