@storm-software/cloudflare-tools
Version:
A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.
94 lines (45 loc) • 1.04 kB
Markdown
<!-- Generated by @storm-software/untyped -->
<!-- Do not edit this file directly -->
# R2 Upload Publish Executor
## `path`
- **Type**: `string`
> Local Uploads File Path
The base path to the files that will be uploaded to the R2 bucket
## `registry`
- **Type**: `string`
> Registry
The registry URL to publish to
## `bucketId`
- **Type**: `string`
> Bucket ID
The ID of the R2 bucket
## `bucketPath`
- **Type**: `string`
- **Default**: `"/"`
> Bucket Path
The path in the R2 bucket to upload files to
## `tag`
- **Type**: `string`
- **Default**: `"latest"`
> Tag
The tag to publish with
## `writeMetaJson`
- **Type**: `boolean`
- **Default**: `false`
> Write Meta JSON
Write a `meta.json` file to the upload bucket
## `clean`
- **Type**: `boolean`
- **Default**: `false`
> Clean
Clean the bucket before uploading files
## `verbose`
- **Type**: `boolean`
- **Default**: `false`
> Verbose
Enable verbose logging
## `dryRun`
- **Type**: `boolean`
- **Default**: `false`
> Dry Run
Perform a dry run