package show

Parameters:
Name Type Required Default Hint
property string false The name of the property to show. Can nested to get "deep" properties

Command Usage

View proprties set in box.json for this package. Command must be executed from the root
directory of the package where box.json lives. Call with no parameters to view the entire box.json

Outputs package name

package show name
Outputs package keywords
package show keywords
Nested attributes may be accessed by specifying dot-delimited names or using array notation.
If the accessed property is a complex value, the JSON representation will be displayed

Outputs testbox runner(s)
package show testbox.runner
Outputs the first testbox notify E-mail
package show testbox.notify.emails[1]
.