artifact upload uploads an artifact for this workspace.
Currently, only single file uploads are supported.
Usage
Example
Options
—expires_in <duration>
Sets the expiration time for the artifact. By default, artifacts do not expire. The duration is specified as a time duration string (e.g., “72h”, “30m”, “1h30m”). Valid time units are “ns” (nanoseconds), “us” or “µs” (microseconds), “ms” (milliseconds), “s” (seconds), “m” (minutes), and “h” (hours).—namespace <namespace>
Target namespace of the artifact.—pack <pattern>
A glob pattern used to select the files that should be zipped up and uploaded as the artifact, instead of uploadingsrc directly. Use this when you need to upload a set of files together as a single archive.