calino: INFO: Usage: create-cube [options]

  Options:
    --byte-order
      The byte order used for image data
      Default: LITTLE_ENDIAN
      Possible Values: [BIG_ENDIAN, LITTLE_ENDIAN]
    --convert-layout-to
      The requested layout to which to convert
    --format-version
      The requested file format version
      Default: 1.0
    --metadata
      A Java properties file containing metadata for the texture file.
    --mipmap-generate
      The mipmap filter
      Possible Values: [BICUBIC, BILINEAR, NEAREST]
  * --output
      The output texture file
    --premultiply-alpha
      Premultiply alpha
      Default: false
  * --source-x-negative
      The source image file for the negative X face
  * --source-x-positive
      The source image file for the positive X face
  * --source-y-negative
      The source image file for the negative Y face
  * --source-y-positive
      The source image file for the positive Y face
  * --source-z-negative
      The source image file for the negative Z face
  * --source-z-positive
      The source image file for the positive Z face
    --super-compression
      The super compression method.
      Default: UNCOMPRESSED
    --verbose
      Set the minimum logging verbosity level.
      Default: info
      Possible Values: [trace, debug, info, warn, error]

  The "create-cube" command creates cube textures from existing images.

