GeneralUtils

TarGZFiles

description
Zip up a list of files to a tar.gz file.

Inputs

Required

  • files (Array[File], required): List of files to zip up.
  • name (String, required): Name of the tar.gz file.

Outputs

  • you_got_it (File)

GetTodayDate

desciption
Generates a YYYY-MM-DD date of today (when this task is called). UTC.
volatile
true

Inputs

None

Outputs

  • yyyy_mm_dd (String)