ワンクリックで
filescom-custom-domains
A CustomDomain object represents an additional customer-owned domain that routes to a Files.com site.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A CustomDomain object represents an additional customer-owned domain that routes to a Files.com site.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Files.com User Additional Email Recipients via files-cli.
A Holiday Calendar defines site-wide holiday dates and optional partial-day windows that scheduled resources skip.
A RemoteServerCredential is a way to store a credential for Remote Servers in a centralized vault and then reference it from Remote Server definitions.
A RemoteServer is a specific type of Behavior called `remote_server_sync`.
Files.com Files via files-cli.
Expectations let your Files.com site define what “correct” file delivery looks like, continuously evaluate whether it happened, and keep history when it did not.
| name | filescom-custom-domains |
| description | A CustomDomain object represents an additional customer-owned domain that routes to a Files.com site. |
A CustomDomain object represents an additional customer-owned domain that routes to a Files.com site.
All subcommands also accept the global flags documented in CONTEXT.md (--api-key, --format, --workspace-id, --debug, and the pagination flags --cursor / --per-page / --max-pages on list). Those are not repeated below.
files-cli custom-domains listList Custom Domains.
| Flag | Type | Description |
|---|---|---|
--sort-by | object | If set, sort records by the specified field in either asc or desc direction. Valid fields are id. |
files-cli custom-domains findShow Custom Domain.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Custom Domain ID. Required. |
files-cli custom-domains createCreate Custom Domain.
| Flag | Type | Description |
|---|---|---|
--destination | enum | Where this custom domain routes. Can be site_alias, public_hosting, s3_endpoint, or unassigned (not routing traffic). Set to unassigned automatically when a bound public_hosting folder behavior is deleted, and can be set manually via the API for any reason. One of: site_alias, public_hosting, s3_endpoint, unassigned. |
--folder-behavior-id | int64 | Public Hosting behavior ID when this domain routes to a specific Public Hosting behavior. Preserved as historical context when destination becomes unassigned. |
--ssl-certificate-id | int64 | Current SSL certificate ID. |
--domain | string | Customer-owned domain name. Required. |
files-cli custom-domains updateUpdate Custom Domain.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Custom Domain ID. Required. |
--destination | enum | Where this custom domain routes. Can be site_alias, public_hosting, s3_endpoint, or unassigned (not routing traffic). Set to unassigned automatically when a bound public_hosting folder behavior is deleted, and can be set manually via the API for any reason. One of: site_alias, public_hosting, s3_endpoint, unassigned. |
--folder-behavior-id | int64 | Public Hosting behavior ID when this domain routes to a specific Public Hosting behavior. Preserved as historical context when destination becomes unassigned. |
--ssl-certificate-id | int64 | Current SSL certificate ID. |
--domain | string | Customer-owned domain name. |
files-cli custom-domains deleteDelete Custom Domain.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Custom Domain ID. Required. |