mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-30 16:46:27 +00:00
Neil Hanlon
e7b15b3cde
given a task ID, fetch its details and display them to a table or to json with `-o json`. Table view also adds a calculated task duration and can optionally include the submitter information as well as a link to logs for the task. * --no-color - to skip colorizing output * --L|--logs - include column with link to logs * --submitter - show submitter * --no-wait - control whether to wait until a task completes to output (table mode)
145 B
145 B
1 | Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|---|
2 | user_id | smallint(5) | NO | PRI | NULL | auto_increment |
3 | username | varchar(10) | NO | NULL | ||
4 | password | varchar(100) | NO | NULL |