一键导入
filescom-secrets
A Secret stores named, typed secret material for later use by features that reference the Secret by ID.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A Secret stores named, typed secret material for later use by features that reference the Secret by ID.
用 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-secrets |
| description | A Secret stores named, typed secret material for later use by features that reference the Secret by ID. |
A Secret stores named, typed secret material for later use by features that reference the Secret by ID.
Secret values are encrypted at rest and are write-only. API responses include metadata and configured value field names, but never include the stored secret values.
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 secrets listList Secrets.
| Flag | Type | Description |
|---|---|---|
--sort-by | object | If set, sort records by the specified field in either asc or desc direction. Valid fields are workspace_id, name or secret_type. |
--filter | object | If set, return records where the specified field is equal to the supplied value. Valid fields are workspace_id, name or secret_type. Valid field combinations are [ workspace_id, name ], [ workspace_id, secret_type ], [ secret_type, name ] or [ workspace_id, secret_type, name ]. |
--filter-prefix | object | If set, return records where the specified field is prefixed by the supplied value. Valid fields are name. |
files-cli secrets findShow Secret.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Secret ID. Required. |
files-cli secrets createCreate Secret.
| Flag | Type | Description |
|---|---|---|
--name | string | Secret name. Required. |
--description | string | Internal description for your reference. |
--secret-type | enum | Secret type. One of: basic, token, headers, certificate, key_value. Required. |
--metadata | object | Non-secret metadata for the Secret type. |
--workspace-id | int64 | Workspace ID. 0 means the default workspace. |
files-cli secrets updateUpdate Secret.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Secret ID. Required. |
--name | string | Secret name. |
--description | string | Internal description for your reference. |
--secret-type | enum | Secret type. One of: basic, token, headers, certificate, key_value. |
--metadata | object | Non-secret metadata for the Secret type. |
files-cli secrets deleteDelete Secret.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Secret ID. Required. |