xfstestsdb tag #6

Closed
opened 2023-01-30 20:46:28 -05:00 by anna · 0 comments
Owner

Adds a tag to a run in the database. The tag will be added to the most recently created run by default, but this can be overridden by using the --run option.

Invocation

$ xfstestsdb tag [--run <runid>] <tag>

Options

Option Description
--run <runid> The runid returned by xfstestsdb new

Arguments

Argument Description
<tag> The tag to add to the run

Exit

Exit Code Description
0 The requested tag was added
ENOENT The requested run does not exist
Adds a tag to a run in the database. The tag will be added to the most recently created run by default, but this can be overridden by using the `--run` option. #### Invocation ``` $ xfstestsdb tag [--run <runid>] <tag> ``` #### Options | Option | Description | | --------------- | -------------------------------------- | | `--run <runid>` | The runid returned by `xfstestsdb new` | #### Arguments | Argument | Description | | --------- | -------------------------------------- | | `<tag>` | The tag to add to the run | #### Exit | Exit Code | Description | | --------- | -------------------------------- | | `0` | The requested tag was added | | `ENOENT` | The requested run does not exist |
anna added the
enhancement
label 2023-01-30 20:47:03 -05:00
anna added this to the 1.0 milestone 2023-01-30 20:47:06 -05:00
anna added this to the 1.0 Roadmap project 2023-01-30 20:47:10 -05:00
anna closed this issue 2023-02-13 11:23:58 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: anna/xfstestsdb#6
No description provided.