=head1 NAME B - list info for one or more kits =head1 SYNOPSIS B [B<-V> | B<--verbose>] [B<-x> | B<--xml> | B<--XML>] [B<-K> | B<--kitattr> I] [B<-R> | B<--repoattr> I] [B<-C> | B<--compattr> I] [kit_names] B [B<-?> | B<-h> | B<--help> | B<-v> | B<--version>] =head1 DESCRIPTION The B command is used to list info for one or more kits. A kit is a special kind of package that is used to install a software product on one or more nodes in an xCAT cluster. The B command outputs the following info for each kit: the kit's basic info, the kit's repositories, and the kit's components. The command outputs the info in two formats: human-readable format (default), and XML format. Use the -x option to view the info in XML format. Input to the command can specify any number or combination of the input options. =head1 OPTIONS =over 10 =item B<-K|--kitattr> I where I is a comma-delimited list of kit attribute names. The names correspond to attribute names in the B table. The B command will only display the specified kit attributes. =item B<-R|--repoattr> I where I is a comma-delimited list of kit repository attribute names. The names correspond to attribute names in the B table. The B command will only display the specified kit repository attributes. =item B<-C|--compattr> I where I is a comma-delimited list of kit component attribute names. The names correspond to attribute names in the B table. The B command will only display the specified kit component attributes. =item I is a comma-delimited list of kit names. The B command will only display the kits matching these names. =item B<-x|--xml|--XML> Return the output with XML tags. The data is returned as: ... ... ... Each tag contains info for one kit. The info inside is structured as follows: The sub-tag contains the kit's basic info. The sub-tags store info about the kit's repositories. The sub-tags store info about the kit's components. The data inside is returned as: ... ... ... ... ... =item B<-V|--verbose> Display additional progress and error messages. =item B<-v|--version> Command Version. =item B<-?|-h|--help> Display usage message. =back =head1 RETURN VALUE =over 3 =item 0 The command completed successfully. =item 1 An error has occurred. =back =head1 EXAMPLES =over 3 =item 1. To list all kits, enter: lskit =item 2. To list the kit "kit-test1-1.0-Linux", enter: lskit kit-test1-1.0-Linux =item 3. To list the kit "kit-test1-1.0-Linux" for selected attributes, enter: lskit -K basename,description -R kitreponame -C kitcompname kit-test1-1.0-Linux =back =head1 FILES /opt/xcat/bin/lskit =head1 SEE ALSO L, L, L, L, L, L