Created
October 4, 2015 01:43
-
-
Save spiegela/3e202ff2ad3e14ba9d69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ razor tasks | |
From https://localhost:8151/api/collections/tasks: | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| name | description | base | boot_seq | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| centos | CentOS 6 Installer | redhat | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| centos/6 | CentOS 6 Installer | centos | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| centos/7 | CentOS 7 Installer | centos | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| coreos | CoreOS Generic installer | --- | 1: boot_install, 2: boot_again, default: boot_again | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| debian | Debian Generic Installer | --- | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| microkernel | | --- | default: boot | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| noop | This installer does nothing - it simply boots a system locally | --- | default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| redhat | Red Hat Generic installer | --- | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| redhat/6 | Red Hat Enterprise Linux 6 Installer | redhat | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| redhat/7 | Red Hat Enterprise Linux 7 installer | redhat | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| ubuntu | Ubuntu Generic Installer | --- | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| ubuntu/lucid | Ubuntu Generic Installer | ubuntu | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| ubuntu/precise | Ubuntu Generic Installer | ubuntu | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| ubuntu/trusty | Ubuntu Generic Installer | ubuntu | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| vmware_esxi | VMWare ESXi 5.5 | --- | 1: boot_install, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| windows | Microsoft Windows 8 Professional | --- | 1: boot_wim, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| windows/2012r2 | Microsoft Windows | windows | 1: boot_wim, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
| windows/8pro | Microsoft Windows 8 Professional | windows | 1: boot_wim, default: boot_local | | |
+----------------+----------------------------------------------------------------+---------+-----------------------------------------------------+ | |
Query an entry by including its name, e.g. `razor tasks centos` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment