Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/cli@latestmembranenpm install -g @membranehq/cli@latestmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonmembrane connection ensuremembrane connection ensure "https://www.veeva.com/" --jsonstate: "READY"membrane connection ensuremembrane connection ensure "https://www.veeva.com/" --jsonREADYBUILDINGnpx @membranehq/cli connection get <id> --wait --json--wait--timeoutstateBUILDINGREADYCLIENT_ACTION_REQUIREDclientActionclientAction.type"connect""provide-input"clientAction.descriptionclientAction.uiUrlclientAction.agentInstructionsmembrane connection get <id> --jsonREADYCONFIGURATION_ERRORSETUP_FAILEDerrorBUILDINGnpx @membranehq/cli connection get <id> --wait --json--wait--timeoutBUILDINGREADYCLIENT_ACTION_REQUIREDclientActionclientAction.type"connect""provide-input"clientAction.descriptionclientAction.uiUrlclientAction.agentInstructionsmembrane connection get <id> --jsonREADYCONFIGURATION_ERRORSETUP_FAILEDerrormembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchemamembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchema| Name | Key | Description |
|---|---|---|
| Download Document File | download-document-file | Download the source file of a document. |
| List Groups | list-groups | Retrieve a list of all groups in the Veeva Vault. |
| Get Object Metadata | get-object-metadata | Retrieve detailed metadata for a specific object, including its fields, relationships, and available operations. |
| List Object Metadata | list-object-metadata | Retrieve metadata about all available objects in the Veeva Vault, including their names, labels, and available fields. |
| Get User | get-user | Retrieve details for a specific user by their ID. |
| List Users | list-users | Retrieve a list of all users in the Veeva Vault. |
| Get Current User | get-current-user | Retrieve information about the currently authenticated user. |
| Delete Document | delete-document | Delete a document from Veeva Vault. |
| Update Document | update-document | Update a document's metadata in Veeva Vault. |
| Create Document | create-document | Create a new document in Veeva Vault. |
| Get Document | get-document | Retrieve metadata and details for a specific document by its ID. |
| List Documents | list-documents | Retrieve a list of documents from Veeva Vault. |
| Delete Object Record | delete-object-record | Delete an object record from Veeva Vault. |
| Update Object Record | update-object-record | Update an existing object record in Veeva Vault. |
| Create Object Record | create-object-record | Create a new object record in Veeva Vault. |
| Get Object Record | get-object-record | Retrieve a specific object record by its ID from Veeva Vault. |
| List Object Records | list-object-records | Retrieve a collection of object records from a specified Veeva Vault object. |
| Execute VQL Query | execute-vql-query | Execute a Vault Query Language (VQL) query to retrieve data from Veeva Vault. |
| 名称 | 标识 | 描述 |
|---|---|---|
| Download Document File | download-document-file | 下载文档的源文件。 |
| List Groups | list-groups | 获取Veeva Vault中的所有群组列表。 |
| Get Object Metadata | get-object-metadata | 获取特定对象的详细元数据,包括其字段、关系和可用操作。 |
| List Object Metadata | list-object-metadata | 获取Veeva Vault中所有可用对象的元数据,包括它们的名称、标签和可用字段。 |
| Get User | get-user | 通过ID获取特定用户的详细信息。 |
| List Users | list-users | 获取Veeva Vault中的所有用户列表。 |
| Get Current User | get-current-user | 获取当前已验证用户的信息。 |
| Delete Document | delete-document | 从Veeva Vault中删除文档。 |
| Update Document | update-document | 在Veeva Vault中更新文档的元数据。 |
| Create Document | create-document | 在Veeva Vault中创建新文档。 |
| Get Document | get-document | 通过ID获取特定文档的元数据和详细信息。 |
| List Documents | list-documents | 获取Veeva Vault中的文档列表。 |
| Delete Object Record | delete-object-record | 从Veeva Vault中删除对象记录。 |
| Update Object Record | update-object-record | 在Veeva Vault中更新现有对象记录。 |
| Create Object Record | create-object-record | 在Veeva Vault中创建新的对象记录。 |
| Get Object Record | get-object-record | 通过ID从Veeva Vault中获取特定对象记录。 |
| List Object Records | list-object-records | 从指定的Veeva Vault对象中获取对象记录集合。 |
| Execute VQL Query | execute-vql-query | 执行Vault查询语言(VQL)查询,从Veeva Vault中获取数据。 |
membrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane request CONNECTION_ID /path/to/endpoint| 标志 | 描述 |
|---|---|
| HTTP方法(GET、POST、PUT、PATCH、DELETE)。默认值为GET |
| 添加请求头(可重复添加),例如 |
| 请求体(字符串) |
| 简写方式,用于发送JSON体并设置 |
| 按原样发送请求体,不进行任何处理 |
| 查询字符串参数(可重复添加),例如 |
| 路径参数(可重复添加),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY