Skip to main content
Version: 2.0.0

tdk fn bundle

Download the bundle of a function version as a tar.zst archive.

The bundle is addressed by its function version id (fvid); only Active or Frozen versions can be downloaded (a version whose function has been deleted is not found).

tdk fn bundle \
--proj quickstart \
--fn-version fv-9d21ac \
--file data.csv
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--fn-versionstringOptionalFunction version id (fvid) whose bundle will be downloaded. Use 'tdk fn get --show-history' to find available fvids.
--file, -fstringOptionalPath to write the downloaded bundle to. The bundle is a zstandard-compressed tar archive (.tar.zst).