Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab Task Tracker

This tool provides a commnand line facility that can be used to monitor lab boostrap tasks in a visual format.

How to use it

The following commands provide various facilities that this CLI tool exposes.

lab-bootstrap monitor

Run the above command to show the status and elapsed time for the lab bootstrap tasks.

Creating a Task

The following command creates a new task with ID mytask and display name My Task.

lab-bootstrap begin mytask "My Task"

Stopping a Task

lab-bootstrap end mytask

Updating a Task's State

lab-bootstrap update mytask "new-state"

Deleting a Task

lab-bootstrap del mytask

Listing All Running Task IDs

lab-bootstrap list

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages