data
Cloudsmith CLI for AI Agents
Use the Cloudsmith CLI from KosmoKrator to call Cloudsmith tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Cloudsmith CLI Setup
Cloudsmith can be configured headlessly with `kosmokrator integrations:configure cloudsmith`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure cloudsmith --set api_token="$CLOUDSMITH_API_TOKEN" --enable --read allow --write ask --json
kosmokrator integrations:doctor cloudsmith --json
kosmokrator integrations:status --json Credentials
Authentication type: API token api_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
api_token | CLOUDSMITH_API_TOKEN | Secret secret | yes | API Token |
url | CLOUDSMITH_URL | URL url | no | API Base URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call cloudsmith.cloudsmith_audit_log_namespace_list '{}' --json kosmo integrations:cloudsmith cloudsmith_audit_log_namespace_list '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs cloudsmith --json
kosmo integrations:docs cloudsmith.cloudsmith_audit_log_namespace_list --json
kosmo integrations:schema cloudsmith.cloudsmith_audit_log_namespace_list --json
kosmo integrations:search "Cloudsmith" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
cloudsmith.cloudsmith_audit_log_namespace_list
Lists audit log entries for a specific namespace. Official Cloudsmith endpoint: GET /audit-log/{owner}/ Lists audit log entries for a specific namespace.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_audit_log_namespace_list '{}' --json kosmo integrations:cloudsmith cloudsmith_audit_log_namespace_list '{}' --json cloudsmith.cloudsmith_audit_log_repo_list
Lists audit log entries for a specific repository. Official Cloudsmith endpoint: GET /audit-log/{owner}/{repo}/ Lists audit log entries for a specific repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_audit_log_repo_list '{}' --json kosmo integrations:cloudsmith cloudsmith_audit_log_repo_list '{}' --json cloudsmith.cloudsmith_badges_version_list
Get latest package version for a package or package group. Official Cloudsmith endpoint: GET /badges/version/{owner}/{repo}/{package_format}/{package_name}/{package_version}/{package_identifiers}/ Get latest package version for a package or
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_badges_version_list '{}' --json kosmo integrations:cloudsmith cloudsmith_badges_version_list '{}' --json cloudsmith.cloudsmith_broadcasts_create_broadcast_token
Create a broadcast token. Official Cloudsmith endpoint: POST /broadcasts/{org}/broadcast-token/ Create a broadcast token.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_broadcasts_create_broadcast_token '{}' --json kosmo integrations:cloudsmith cloudsmith_broadcasts_create_broadcast_token '{}' --json cloudsmith.cloudsmith_bulk_action
Bulk action Official Cloudsmith endpoint: POST /bulk-action/{owner}/ Perform bulk operations on multiple packages within a repository or across all accessible repositories. If 'repository' is provided, actions are limited to that repository
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_bulk_action '{}' --json kosmo integrations:cloudsmith cloudsmith_bulk_action '{}' --json cloudsmith.cloudsmith_distros_list
Get a list of all supported distributions. Official Cloudsmith endpoint: GET /distros/ Get a list of all supported distributions.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_distros_list '{}' --json kosmo integrations:cloudsmith cloudsmith_distros_list '{}' --json cloudsmith.cloudsmith_distros_read
View for viewing/listing distributions. Official Cloudsmith endpoint: GET /distros/{slug}/ View for viewing/listing distributions.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_distros_read '{}' --json kosmo integrations:cloudsmith cloudsmith_distros_read '{}' --json cloudsmith.cloudsmith_entitlements_list
Get a list of all entitlements in a repository. Official Cloudsmith endpoint: GET /entitlements/{owner}/{repo}/ Get a list of all entitlements in a repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_list '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_list '{}' --json cloudsmith.cloudsmith_entitlements_create
Create a specific entitlement in a repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/ Create a specific entitlement in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_create '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_create '{}' --json cloudsmith.cloudsmith_entitlements_sync
Synchronise tokens from a source repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/sync/ Synchronise tokens from a source repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_sync '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_sync '{}' --json cloudsmith.cloudsmith_entitlements_read
Get a specific entitlement in a repository. Official Cloudsmith endpoint: GET /entitlements/{owner}/{repo}/{identifier}/ Get a specific entitlement in a repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_read '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_read '{}' --json cloudsmith.cloudsmith_entitlements_partial_update
Update a specific entitlement in a repository. Official Cloudsmith endpoint: PATCH /entitlements/{owner}/{repo}/{identifier}/ Update a specific entitlement in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_partial_update '{}' --json cloudsmith.cloudsmith_entitlements_delete
Delete a specific entitlement in a repository. Official Cloudsmith endpoint: DELETE /entitlements/{owner}/{repo}/{identifier}/ Delete a specific entitlement in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_delete '{}' --json cloudsmith.cloudsmith_entitlements_disable
Disable an entitlement token in a repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/{identifier}/disable/ Disable an entitlement token in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_disable '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_disable '{}' --json cloudsmith.cloudsmith_entitlements_enable
Enable an entitlement token in a repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/{identifier}/enable/ Enable an entitlement token in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_enable '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_enable '{}' --json cloudsmith.cloudsmith_entitlements_refresh
Refresh an entitlement token in a repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/{identifier}/refresh/ Refresh an entitlement token in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_refresh '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_refresh '{}' --json cloudsmith.cloudsmith_entitlements_reset
Reset the statistics for an entitlement token in a repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/{identifier}/reset/ Reset the statistics for an entitlement token in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_reset '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_reset '{}' --json cloudsmith.cloudsmith_entitlements_toggle_private_broadcasts
Set private broadcast access for an entitlement token in a repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/{identifier}/toggle-private-broadcasts/ Set private broadcast access for an entitlement token in a reposi
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_entitlements_toggle_private_broadcasts '{}' --json kosmo integrations:cloudsmith cloudsmith_entitlements_toggle_private_broadcasts '{}' --json cloudsmith.cloudsmith_files_create
Request URL(s) to upload new package file upload(s) to. Official Cloudsmith endpoint: POST /files/{owner}/{repo}/ Request URL(s) to upload new package file upload(s) to.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_files_create '{}' --json kosmo integrations:cloudsmith cloudsmith_files_create '{}' --json cloudsmith.cloudsmith_files_validate
Validate parameters used for create. Official Cloudsmith endpoint: POST /files/{owner}/{repo}/validate/ Validate parameters used for create.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_files_validate '{}' --json kosmo integrations:cloudsmith cloudsmith_files_validate '{}' --json cloudsmith.cloudsmith_files_abort
Abort a multipart file upload. Official Cloudsmith endpoint: POST /files/{owner}/{repo}/{identifier}/abort/ Abort a multipart file upload.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_files_abort '{}' --json kosmo integrations:cloudsmith cloudsmith_files_abort '{}' --json cloudsmith.cloudsmith_files_complete
Complete a multipart file upload. Official Cloudsmith endpoint: POST /files/{owner}/{repo}/{identifier}/complete/ Complete a multipart file upload.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_files_complete '{}' --json kosmo integrations:cloudsmith cloudsmith_files_complete '{}' --json cloudsmith.cloudsmith_files_info
Get upload information to perform a multipart file upload. Official Cloudsmith endpoint: GET /files/{owner}/{repo}/{identifier}/info/ Get upload information to perform a multipart file upload.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_files_info '{}' --json kosmo integrations:cloudsmith cloudsmith_files_info '{}' --json cloudsmith.cloudsmith_formats_list
Get a list of all supported package formats. Official Cloudsmith endpoint: GET /formats/ Get a list of all supported package formats.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_formats_list '{}' --json kosmo integrations:cloudsmith cloudsmith_formats_list '{}' --json cloudsmith.cloudsmith_formats_read
Get a specific supported package format. Official Cloudsmith endpoint: GET /formats/{slug}/ Get a specific supported package format.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_formats_read '{}' --json kosmo integrations:cloudsmith cloudsmith_formats_read '{}' --json cloudsmith.cloudsmith_metrics_entitlements_account_list
View for listing entitlement token metrics, across an account. Official Cloudsmith endpoint: GET /metrics/entitlements/{owner}/ View for listing entitlement token metrics, across an account.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_metrics_entitlements_account_list '{}' --json kosmo integrations:cloudsmith cloudsmith_metrics_entitlements_account_list '{}' --json cloudsmith.cloudsmith_metrics_entitlements_repo_list
View for listing entitlement token metrics, for a repository. Official Cloudsmith endpoint: GET /metrics/entitlements/{owner}/{repo}/ View for listing entitlement token metrics, for a repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_metrics_entitlements_repo_list '{}' --json kosmo integrations:cloudsmith cloudsmith_metrics_entitlements_repo_list '{}' --json cloudsmith.cloudsmith_metrics_packages_list
View for listing package usage metrics, for a repository. Official Cloudsmith endpoint: GET /metrics/packages/{owner}/{repo}/ View for listing package usage metrics, for a repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_metrics_packages_list '{}' --json kosmo integrations:cloudsmith cloudsmith_metrics_packages_list '{}' --json cloudsmith.cloudsmith_namespaces_list
Get a list of all namespaces the user belongs to. Official Cloudsmith endpoint: GET /namespaces/ Get a list of all namespaces the user belongs to.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_namespaces_list '{}' --json kosmo integrations:cloudsmith cloudsmith_namespaces_list '{}' --json cloudsmith.cloudsmith_namespaces_read
Get a specific namespace that the user belongs to. Official Cloudsmith endpoint: GET /namespaces/{slug}/ Get a specific namespace that the user belongs to.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_namespaces_read '{}' --json kosmo integrations:cloudsmith cloudsmith_namespaces_read '{}' --json cloudsmith.cloudsmith_orgs_list
Get a list of all the organizations you are associated with. Official Cloudsmith endpoint: GET /orgs/ Get a list of all the organizations you are associated with.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_list '{}' --json cloudsmith.cloudsmith_orgs_read
Get the details for the specific organization. Official Cloudsmith endpoint: GET /orgs/{org}/ Get the details for the specific organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_read '{}' --json cloudsmith.cloudsmith_orgs_delete
Delete the specified organization. Official Cloudsmith endpoint: DELETE /orgs/{org}/ Delete the specified organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_delete '{}' --json cloudsmith.cloudsmith_orgs_deny_policy_list
Get a list of all package deny policies. Official Cloudsmith endpoint: GET /orgs/{org}/deny-policy/ Get a list of all package deny policies.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_deny_policy_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_deny_policy_list '{}' --json cloudsmith.cloudsmith_orgs_deny_policy_create
Create a package deny policy. Official Cloudsmith endpoint: POST /orgs/{org}/deny-policy/ Create a package deny policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_deny_policy_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_deny_policy_create '{}' --json cloudsmith.cloudsmith_orgs_deny_policy_read
Get a package deny policy. Official Cloudsmith endpoint: GET /orgs/{org}/deny-policy/{slug_perm}/ Get a package deny policy.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_deny_policy_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_deny_policy_read '{}' --json cloudsmith.cloudsmith_orgs_deny_policy_update
Update a package deny policy. Official Cloudsmith endpoint: PUT /orgs/{org}/deny-policy/{slug_perm}/ Update a package deny policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_deny_policy_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_deny_policy_update '{}' --json cloudsmith.cloudsmith_orgs_deny_policy_partial_update
Partially update a package deny policy. Official Cloudsmith endpoint: PATCH /orgs/{org}/deny-policy/{slug_perm}/ Partially update a package deny policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_deny_policy_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_deny_policy_partial_update '{}' --json cloudsmith.cloudsmith_orgs_deny_policy_delete
Delete a package deny policy. Official Cloudsmith endpoint: DELETE /orgs/{org}/deny-policy/{slug_perm}/ Delete a package deny policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_deny_policy_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_deny_policy_delete '{}' --json cloudsmith.cloudsmith_orgs_invites_list
Get a list of all invites for an organization. Official Cloudsmith endpoint: GET /orgs/{org}/invites/ Get a list of all invites for an organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_invites_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_invites_list '{}' --json cloudsmith.cloudsmith_orgs_invites_create
Create an organization invite for a specific user Official Cloudsmith endpoint: POST /orgs/{org}/invites/ Create an organization invite for a specific user
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_invites_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_invites_create '{}' --json cloudsmith.cloudsmith_orgs_invites_partial_update
Update a specific organization invite. Official Cloudsmith endpoint: PATCH /orgs/{org}/invites/{slug_perm}/ Update a specific organization invite.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_invites_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_invites_partial_update '{}' --json cloudsmith.cloudsmith_orgs_invites_delete
Delete a specific organization invite Official Cloudsmith endpoint: DELETE /orgs/{org}/invites/{slug_perm}/ Delete a specific organization invite
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_invites_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_invites_delete '{}' --json cloudsmith.cloudsmith_orgs_invites_extend
Extend an organization invite. Official Cloudsmith endpoint: POST /orgs/{org}/invites/{slug_perm}/extend/ Extend an organization invite.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_invites_extend '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_invites_extend '{}' --json cloudsmith.cloudsmith_orgs_invites_resend
Resend an organization invite. Official Cloudsmith endpoint: POST /orgs/{org}/invites/{slug_perm}/resend/ Resend an organization invite.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_invites_resend '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_invites_resend '{}' --json cloudsmith.cloudsmith_orgs_license_policy_violation_list
List all current license policy violations for this Organization. Official Cloudsmith endpoint: GET /orgs/{org}/license-policy-violation/ List all current license policy violations for this Organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_license_policy_violation_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_license_policy_violation_list '{}' --json cloudsmith.cloudsmith_orgs_license_policy_list
Get a list of all package license policies. Official Cloudsmith endpoint: GET /orgs/{org}/license-policy/ Get a list of all package license policies.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_license_policy_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_license_policy_list '{}' --json cloudsmith.cloudsmith_orgs_license_policy_create
Create a package license policy. Official Cloudsmith endpoint: POST /orgs/{org}/license-policy/ Create a package license policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_license_policy_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_license_policy_create '{}' --json cloudsmith.cloudsmith_orgs_license_policy_evaluation_list
List evaluation requests for this policy. Official Cloudsmith endpoint: GET /orgs/{org}/license-policy/{policy_slug_perm}/evaluation/ List evaluation requests for this policy.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_license_policy_evaluation_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_license_policy_evaluation_list '{}' --json cloudsmith.cloudsmith_orgs_license_policy_evaluation_create
Create an evaluation request for this policy. Official Cloudsmith endpoint: POST /orgs/{org}/license-policy/{policy_slug_perm}/evaluation/ Create an evaluation request for this policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_license_policy_evaluation_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_license_policy_evaluation_create '{}' --json cloudsmith.cloudsmith_orgs_license_policy_evaluation_read
Retrieve an evaluation request for this policy. Official Cloudsmith endpoint: GET /orgs/{org}/license-policy/{policy_slug_perm}/evaluation/{slug_perm}/ Retrieve an evaluation request for this policy.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_license_policy_evaluation_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_license_policy_evaluation_read '{}' --json cloudsmith.cloudsmith_orgs_license_policy_read
Get a package license policy. Official Cloudsmith endpoint: GET /orgs/{org}/license-policy/{slug_perm}/ Get a package license policy.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_license_policy_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_license_policy_read '{}' --json cloudsmith.cloudsmith_orgs_license_policy_update
Update a package license policy. Official Cloudsmith endpoint: PUT /orgs/{org}/license-policy/{slug_perm}/ Update a package license policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_license_policy_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_license_policy_update '{}' --json cloudsmith.cloudsmith_orgs_license_policy_partial_update
Partially update a package license policy. Official Cloudsmith endpoint: PATCH /orgs/{org}/license-policy/{slug_perm}/ Partially update a package license policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_license_policy_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_license_policy_partial_update '{}' --json cloudsmith.cloudsmith_orgs_license_policy_delete
Delete a package license policy. Official Cloudsmith endpoint: DELETE /orgs/{org}/license-policy/{slug_perm}/ Delete a package license policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_license_policy_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_license_policy_delete '{}' --json cloudsmith.cloudsmith_orgs_members_list
Get the details for all organization members. Official Cloudsmith endpoint: GET /orgs/{org}/members/ Get the details for all organization members.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_members_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_members_list '{}' --json cloudsmith.cloudsmith_orgs_members_read
Get the details for a specific organization member. Official Cloudsmith endpoint: GET /orgs/{org}/members/{member}/ Get the details for a specific organization member.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_members_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_members_read '{}' --json cloudsmith.cloudsmith_orgs_members_partial_update
Views for working with organization members. Official Cloudsmith endpoint: PATCH /orgs/{org}/members/{member}/ Views for working with organization members.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_members_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_members_partial_update '{}' --json cloudsmith.cloudsmith_orgs_members_delete
Removes a member from the organization. Official Cloudsmith endpoint: DELETE /orgs/{org}/members/{member}/ Removes a member from the organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_members_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_members_delete '{}' --json cloudsmith.cloudsmith_orgs_members_refresh
Refresh a member of the organization's API key. Official Cloudsmith endpoint: POST /orgs/{org}/members/{member}/refresh/ Refresh a member of the organization's API key.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_members_refresh '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_members_refresh '{}' --json cloudsmith.cloudsmith_orgs_members_remove
Removes a member from the organization (deprecated, use DELETE instead). Official Cloudsmith endpoint: GET /orgs/{org}/members/{member}/remove/ Removes a member from the organization (deprecated, use DELETE instead).
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_members_remove '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_members_remove '{}' --json cloudsmith.cloudsmith_orgs_members_update_role
Update a member's role in the organization. Official Cloudsmith endpoint: PATCH /orgs/{org}/members/{member}/update-role/ Update a member's role in the organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_members_update_role '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_members_update_role '{}' --json cloudsmith.cloudsmith_orgs_members_update_visibility
Update a member's visibility in the organization. Official Cloudsmith endpoint: PATCH /orgs/{org}/members/{member}/update-visibility/ Update a member's visibility in the organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_members_update_visibility '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_members_update_visibility '{}' --json cloudsmith.cloudsmith_orgs_openid_connect_list
Retrieve the list of OpenID Connect provider settings for the org. Official Cloudsmith endpoint: GET /orgs/{org}/openid-connect/ Retrieve the list of OpenID Connect provider settings for the org.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_openid_connect_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_openid_connect_list '{}' --json cloudsmith.cloudsmith_orgs_openid_connect_create
Create the OpenID Connect provider settings for the org. Official Cloudsmith endpoint: POST /orgs/{org}/openid-connect/ Create the OpenID Connect provider settings for the org.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_openid_connect_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_openid_connect_create '{}' --json cloudsmith.cloudsmith_orgs_openid_connect_dynamic_mappings_list
Retrieve the list of OpenID Connect dynamic mappings for the provider setting. Official Cloudsmith endpoint: GET /orgs/{org}/openid-connect/{provider_setting}/dynamic-mappings/ Retrieve the list of OpenID Connect dynamic mappings for the pr
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_openid_connect_dynamic_mappings_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_openid_connect_dynamic_mappings_list '{}' --json cloudsmith.cloudsmith_orgs_openid_connect_dynamic_mappings_read
Retrieve a specific OpenID Connect dynamic mapping for the provider setting. Official Cloudsmith endpoint: GET /orgs/{org}/openid-connect/{provider_setting}/dynamic-mappings/{claim_value}/ Retrieve a specific OpenID Connect dynamic mapping
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_openid_connect_dynamic_mappings_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_openid_connect_dynamic_mappings_read '{}' --json cloudsmith.cloudsmith_orgs_openid_connect_read
Retrieve a specific OpenID Connect provider setting for the org. Official Cloudsmith endpoint: GET /orgs/{org}/openid-connect/{slug_perm}/ Retrieve a specific OpenID Connect provider setting for the org.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_openid_connect_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_openid_connect_read '{}' --json cloudsmith.cloudsmith_orgs_openid_connect_update
Update a specific OpenID Connect provider setting for the org. Official Cloudsmith endpoint: PUT /orgs/{org}/openid-connect/{slug_perm}/ Update a specific OpenID Connect provider setting for the org.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_openid_connect_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_openid_connect_update '{}' --json cloudsmith.cloudsmith_orgs_openid_connect_partial_update
Update a specific OpenID Connect provider setting for the org. Official Cloudsmith endpoint: PATCH /orgs/{org}/openid-connect/{slug_perm}/ Update a specific OpenID Connect provider setting for the org.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_openid_connect_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_openid_connect_partial_update '{}' --json cloudsmith.cloudsmith_orgs_openid_connect_delete
Delete a specific OpenID Connect provider setting for the org. Official Cloudsmith endpoint: DELETE /orgs/{org}/openid-connect/{slug_perm}/ Delete a specific OpenID Connect provider setting for the org.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_openid_connect_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_openid_connect_delete '{}' --json cloudsmith.cloudsmith_orgs_saml_authentication_read
Retrieve the SAML Authentication settings for this Organization. Official Cloudsmith endpoint: GET /orgs/{org}/saml-authentication Retrieve the SAML Authentication settings for this Organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_saml_authentication_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_saml_authentication_read '{}' --json cloudsmith.cloudsmith_orgs_saml_authentication_partial_update
Update the SAML Authentication settings for this Organization. Official Cloudsmith endpoint: PATCH /orgs/{org}/saml-authentication Update the SAML Authentication settings for this Organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_saml_authentication_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_saml_authentication_partial_update '{}' --json cloudsmith.cloudsmith_orgs_saml_group_sync_list
Get the details of all SAML Group Sync mapping within an organization. Official Cloudsmith endpoint: GET /orgs/{org}/saml-group-sync/ Get the details of all SAML Group Sync mapping within an organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_saml_group_sync_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_saml_group_sync_list '{}' --json cloudsmith.cloudsmith_orgs_saml_group_sync_create
Create a new SAML Group Sync mapping within an organization. Official Cloudsmith endpoint: POST /orgs/{org}/saml-group-sync/ Create a new SAML Group Sync mapping within an organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_saml_group_sync_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_saml_group_sync_create '{}' --json cloudsmith.cloudsmith_orgs_saml_group_sync_disable
Disable SAML Group Sync for this organization. Official Cloudsmith endpoint: POST /orgs/{org}/saml-group-sync/disable/ Disable SAML Group Sync for this organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_saml_group_sync_disable '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_saml_group_sync_disable '{}' --json cloudsmith.cloudsmith_orgs_saml_group_sync_enable
Enable SAML Group Sync for this organization. Official Cloudsmith endpoint: POST /orgs/{org}/saml-group-sync/enable/ Enable SAML Group Sync for this organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_saml_group_sync_enable '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_saml_group_sync_enable '{}' --json cloudsmith.cloudsmith_orgs_saml_group_sync_status
Retrieve the SAML Group Sync status for this organization. Official Cloudsmith endpoint: GET /orgs/{org}/saml-group-sync/status/ Retrieve the SAML Group Sync status for this organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_saml_group_sync_status '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_saml_group_sync_status '{}' --json cloudsmith.cloudsmith_orgs_saml_group_sync_delete
Delete a SAML Group Sync mapping from an organization. Official Cloudsmith endpoint: DELETE /orgs/{org}/saml-group-sync/{slug_perm}/ Delete a SAML Group Sync mapping from an organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_saml_group_sync_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_saml_group_sync_delete '{}' --json cloudsmith.cloudsmith_orgs_services_list
Get a list of all services within an organization. Official Cloudsmith endpoint: GET /orgs/{org}/services/ Get a list of all services within an organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_services_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_services_list '{}' --json cloudsmith.cloudsmith_orgs_services_create
Create a service within an organization. Official Cloudsmith endpoint: POST /orgs/{org}/services/ Create a service within an organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_services_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_services_create '{}' --json cloudsmith.cloudsmith_orgs_services_read
Retrieve details of a single service within an organization. Official Cloudsmith endpoint: GET /orgs/{org}/services/{service}/ Retrieve details of a single service within an organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_services_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_services_read '{}' --json cloudsmith.cloudsmith_orgs_services_partial_update
Update a service within an organization. Official Cloudsmith endpoint: PATCH /orgs/{org}/services/{service}/ Update a service within an organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_services_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_services_partial_update '{}' --json cloudsmith.cloudsmith_orgs_services_delete
Delete a specific service Official Cloudsmith endpoint: DELETE /orgs/{org}/services/{service}/ Delete a specific service
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_services_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_services_delete '{}' --json cloudsmith.cloudsmith_orgs_services_refresh
Refresh service API token. Official Cloudsmith endpoint: POST /orgs/{org}/services/{service}/refresh/ Refresh service API token.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_services_refresh '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_services_refresh '{}' --json cloudsmith.cloudsmith_orgs_teams_list
Get the details of all teams within an organization. Official Cloudsmith endpoint: GET /orgs/{org}/teams/ Get the details of all teams within an organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_teams_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_teams_list '{}' --json cloudsmith.cloudsmith_orgs_teams_create
Create a team for this organization. Official Cloudsmith endpoint: POST /orgs/{org}/teams/ Create a team for this organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_teams_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_teams_create '{}' --json cloudsmith.cloudsmith_orgs_teams_read
Get the details of a specific team within an organization. Official Cloudsmith endpoint: GET /orgs/{org}/teams/{team}/ Get the details of a specific team within an organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_teams_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_teams_read '{}' --json cloudsmith.cloudsmith_orgs_teams_partial_update
Update a specific team in a organization. Official Cloudsmith endpoint: PATCH /orgs/{org}/teams/{team}/ Update a specific team in a organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_teams_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_teams_partial_update '{}' --json cloudsmith.cloudsmith_orgs_teams_delete
Delete a specific team in a organization. Official Cloudsmith endpoint: DELETE /orgs/{org}/teams/{team}/ Delete a specific team in a organization.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_teams_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_teams_delete '{}' --json cloudsmith.cloudsmith_orgs_teams_members_list
List all members for the team. Official Cloudsmith endpoint: GET /orgs/{org}/teams/{team}/members List all members for the team.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_teams_members_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_teams_members_list '{}' --json cloudsmith.cloudsmith_orgs_teams_members_create
Add users to a team. Official Cloudsmith endpoint: POST /orgs/{org}/teams/{team}/members Add users to a team.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_teams_members_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_teams_members_create '{}' --json cloudsmith.cloudsmith_orgs_teams_members_update
Replace all team members. Official Cloudsmith endpoint: PUT /orgs/{org}/teams/{team}/members Replace all team members.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_teams_members_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_teams_members_update '{}' --json cloudsmith.cloudsmith_orgs_vulnerability_policy_violation_list
List all current vulnerability policy violations for this Organization. Official Cloudsmith endpoint: GET /orgs/{org}/vulnerability-policy-violation/ List all current vulnerability policy violations for this Organization.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_vulnerability_policy_violation_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_vulnerability_policy_violation_list '{}' --json cloudsmith.cloudsmith_orgs_vulnerability_policy_list
Get a list of all package vulnerability policies. Official Cloudsmith endpoint: GET /orgs/{org}/vulnerability-policy/ Get a list of all package vulnerability policies.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_vulnerability_policy_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_vulnerability_policy_list '{}' --json cloudsmith.cloudsmith_orgs_vulnerability_policy_create
Create a package vulnerability policy. Official Cloudsmith endpoint: POST /orgs/{org}/vulnerability-policy/ Create a package vulnerability policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_vulnerability_policy_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_vulnerability_policy_create '{}' --json cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_list
List evaluation requests for this policy. Official Cloudsmith endpoint: GET /orgs/{org}/vulnerability-policy/{policy_slug_perm}/evaluation/ List evaluation requests for this policy.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_list '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_vulnerability_policy_evaluation_list '{}' --json cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_create
Create an evaluation request for this policy. Official Cloudsmith endpoint: POST /orgs/{org}/vulnerability-policy/{policy_slug_perm}/evaluation/ Create an evaluation request for this policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_create '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_vulnerability_policy_evaluation_create '{}' --json cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_read
Retrieve an evaluation request for this policy. Official Cloudsmith endpoint: GET /orgs/{org}/vulnerability-policy/{policy_slug_perm}/evaluation/{slug_perm}/ Retrieve an evaluation request for this policy.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_vulnerability_policy_evaluation_read '{}' --json cloudsmith.cloudsmith_orgs_vulnerability_policy_read
Get a package vulnerability policy. Official Cloudsmith endpoint: GET /orgs/{org}/vulnerability-policy/{slug_perm}/ Get a package vulnerability policy.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_vulnerability_policy_read '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_vulnerability_policy_read '{}' --json cloudsmith.cloudsmith_orgs_vulnerability_policy_update
Update a package vulnerability policy. Official Cloudsmith endpoint: PUT /orgs/{org}/vulnerability-policy/{slug_perm}/ Update a package vulnerability policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_vulnerability_policy_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_vulnerability_policy_update '{}' --json cloudsmith.cloudsmith_orgs_vulnerability_policy_partial_update
Partially update a package vulnerability policy. Official Cloudsmith endpoint: PATCH /orgs/{org}/vulnerability-policy/{slug_perm}/ Partially update a package vulnerability policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_vulnerability_policy_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_vulnerability_policy_partial_update '{}' --json cloudsmith.cloudsmith_orgs_vulnerability_policy_delete
Delete a package vulnerability policy. Official Cloudsmith endpoint: DELETE /orgs/{org}/vulnerability-policy/{slug_perm}/ Delete a package vulnerability policy.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_orgs_vulnerability_policy_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_orgs_vulnerability_policy_delete '{}' --json cloudsmith.cloudsmith_packages_list
Get a list of all packages associated with repository. Official Cloudsmith endpoint: GET /packages/{owner}/{repo}/ Get a list of all packages associated with repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_list '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_list '{}' --json cloudsmith.cloudsmith_packages_groups_list
Return a list of Package Groups in a repository. Official Cloudsmith endpoint: GET /packages/{owner}/{repo}/groups/ Return a list of Package Groups in a repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_groups_list '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_groups_list '{}' --json cloudsmith.cloudsmith_packages_upload_alpine
Create a new Alpine package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/alpine/ Create a new Alpine package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_alpine '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_alpine '{}' --json cloudsmith.cloudsmith_packages_upload_cargo
Create a new Cargo package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/cargo/ Create a new Cargo package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_cargo '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_cargo '{}' --json cloudsmith.cloudsmith_packages_upload_cocoapods
Create a new CocoaPods package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/cocoapods/ Create a new CocoaPods package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_cocoapods '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_cocoapods '{}' --json cloudsmith.cloudsmith_packages_upload_composer
Create a new Composer package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/composer/ Create a new Composer package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_composer '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_composer '{}' --json cloudsmith.cloudsmith_packages_upload_conan
Create a new Conan package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/conan/ Create a new Conan package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_conan '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_conan '{}' --json cloudsmith.cloudsmith_packages_upload_conda
Create a new Conda package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/conda/ Create a new Conda package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_conda '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_conda '{}' --json cloudsmith.cloudsmith_packages_upload_cran
Create a new CRAN package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/cran/ Create a new CRAN package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_cran '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_cran '{}' --json cloudsmith.cloudsmith_packages_upload_dart
Create a new Dart package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/dart/ Create a new Dart package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_dart '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_dart '{}' --json cloudsmith.cloudsmith_packages_upload_deb
Create a new Debian package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/deb/ Create a new Debian package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_deb '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_deb '{}' --json cloudsmith.cloudsmith_packages_upload_docker
Create a new Docker package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/docker/ Create a new Docker package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_docker '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_docker '{}' --json cloudsmith.cloudsmith_packages_upload_generic
Create a new Generic package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/generic/ Create a new Generic package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_generic '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_generic '{}' --json cloudsmith.cloudsmith_packages_upload_go
Create a new Go package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/go/ Create a new Go package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_go '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_go '{}' --json cloudsmith.cloudsmith_packages_upload_helm
Create a new Helm package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/helm/ Create a new Helm package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_helm '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_helm '{}' --json cloudsmith.cloudsmith_packages_upload_hex
Create a new Hex package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/hex/ Create a new Hex package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_hex '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_hex '{}' --json cloudsmith.cloudsmith_packages_upload_huggingface
Create a new HuggingFace package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/huggingface/ Create a new HuggingFace package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_huggingface '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_huggingface '{}' --json cloudsmith.cloudsmith_packages_upload_luarocks
Create a new LuaRocks package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/luarocks/ Create a new LuaRocks package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_luarocks '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_luarocks '{}' --json cloudsmith.cloudsmith_packages_upload_maven
Create a new Maven package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/maven/ Create a new Maven package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_maven '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_maven '{}' --json cloudsmith.cloudsmith_packages_upload_mcp
Create a new MCP package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/mcp/ Create a new MCP package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_mcp '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_mcp '{}' --json cloudsmith.cloudsmith_packages_upload_npm
Create a new npm package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/npm/ Create a new npm package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_npm '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_npm '{}' --json cloudsmith.cloudsmith_packages_upload_nuget
Create a new NuGet package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/nuget/ Create a new NuGet package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_nuget '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_nuget '{}' --json cloudsmith.cloudsmith_packages_upload_p2
Create a new P2 package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/p2/ Create a new P2 package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_p2 '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_p2 '{}' --json cloudsmith.cloudsmith_packages_upload_python
Create a new Python package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/python/ Create a new Python package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_python '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_python '{}' --json cloudsmith.cloudsmith_packages_upload_raw
Create a new Raw package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/raw/ Create a new Raw package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_raw '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_raw '{}' --json cloudsmith.cloudsmith_packages_upload_rpm
Create a new RedHat package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/rpm/ Create a new RedHat package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_rpm '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_rpm '{}' --json cloudsmith.cloudsmith_packages_upload_ruby
Create a new Ruby package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/ruby/ Create a new Ruby package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_ruby '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_ruby '{}' --json cloudsmith.cloudsmith_packages_upload_swift
Create a new Swift package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/swift/ Create a new Swift package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_swift '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_swift '{}' --json cloudsmith.cloudsmith_packages_upload_terraform
Create a new Terraform package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/terraform/ Create a new Terraform package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_terraform '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_terraform '{}' --json cloudsmith.cloudsmith_packages_upload_vagrant
Create a new Vagrant package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/vagrant/ Create a new Vagrant package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_vagrant '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_vagrant '{}' --json cloudsmith.cloudsmith_packages_upload_vsx
Create a new VSX package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/vsx/ Create a new VSX package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_upload_vsx '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_upload_vsx '{}' --json cloudsmith.cloudsmith_packages_validate_upload_alpine
Validate parameters for create Alpine package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/alpine/ Validate parameters for create Alpine package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_alpine '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_alpine '{}' --json cloudsmith.cloudsmith_packages_validate_upload_cargo
Validate parameters for create Cargo package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/cargo/ Validate parameters for create Cargo package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_cargo '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_cargo '{}' --json cloudsmith.cloudsmith_packages_validate_upload_cocoapods
Validate parameters for create CocoaPods package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/cocoapods/ Validate parameters for create CocoaPods package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_cocoapods '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_cocoapods '{}' --json cloudsmith.cloudsmith_packages_validate_upload_composer
Validate parameters for create Composer package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/composer/ Validate parameters for create Composer package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_composer '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_composer '{}' --json cloudsmith.cloudsmith_packages_validate_upload_conan
Validate parameters for create Conan package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/conan/ Validate parameters for create Conan package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_conan '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_conan '{}' --json cloudsmith.cloudsmith_packages_validate_upload_conda
Validate parameters for create Conda package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/conda/ Validate parameters for create Conda package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_conda '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_conda '{}' --json cloudsmith.cloudsmith_packages_validate_upload_cran
Validate parameters for create CRAN package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/cran/ Validate parameters for create CRAN package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_cran '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_cran '{}' --json cloudsmith.cloudsmith_packages_validate_upload_dart
Validate parameters for create Dart package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/dart/ Validate parameters for create Dart package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_dart '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_dart '{}' --json cloudsmith.cloudsmith_packages_validate_upload_deb
Validate parameters for create Debian package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/deb/ Validate parameters for create Debian package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_deb '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_deb '{}' --json cloudsmith.cloudsmith_packages_validate_upload_docker
Validate parameters for create Docker package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/docker/ Validate parameters for create Docker package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_docker '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_docker '{}' --json cloudsmith.cloudsmith_packages_validate_upload_generic
Validate parameters for create Generic package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/generic/ Validate parameters for create Generic package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_generic '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_generic '{}' --json cloudsmith.cloudsmith_packages_validate_upload_go
Validate parameters for create Go package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/go/ Validate parameters for create Go package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_go '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_go '{}' --json cloudsmith.cloudsmith_packages_validate_upload_helm
Validate parameters for create Helm package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/helm/ Validate parameters for create Helm package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_helm '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_helm '{}' --json cloudsmith.cloudsmith_packages_validate_upload_hex
Validate parameters for create Hex package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/hex/ Validate parameters for create Hex package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_hex '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_hex '{}' --json cloudsmith.cloudsmith_packages_validate_upload_huggingface
Validate parameters for create HuggingFace package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/huggingface/ Validate parameters for create HuggingFace package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_huggingface '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_huggingface '{}' --json cloudsmith.cloudsmith_packages_validate_upload_luarocks
Validate parameters for create LuaRocks package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/luarocks/ Validate parameters for create LuaRocks package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_luarocks '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_luarocks '{}' --json cloudsmith.cloudsmith_packages_validate_upload_maven
Validate parameters for create Maven package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/maven/ Validate parameters for create Maven package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_maven '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_maven '{}' --json cloudsmith.cloudsmith_packages_validate_upload_mcp
Validate parameters for create MCP package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/mcp/ Validate parameters for create MCP package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_mcp '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_mcp '{}' --json cloudsmith.cloudsmith_packages_validate_upload_npm
Validate parameters for create npm package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/npm/ Validate parameters for create npm package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_npm '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_npm '{}' --json cloudsmith.cloudsmith_packages_validate_upload_nuget
Validate parameters for create NuGet package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/nuget/ Validate parameters for create NuGet package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_nuget '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_nuget '{}' --json cloudsmith.cloudsmith_packages_validate_upload_p2
Validate parameters for create P2 package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/p2/ Validate parameters for create P2 package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_p2 '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_p2 '{}' --json cloudsmith.cloudsmith_packages_validate_upload_python
Validate parameters for create Python package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/python/ Validate parameters for create Python package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_python '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_python '{}' --json cloudsmith.cloudsmith_packages_validate_upload_raw
Validate parameters for create Raw package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/raw/ Validate parameters for create Raw package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_raw '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_raw '{}' --json cloudsmith.cloudsmith_packages_validate_upload_rpm
Validate parameters for create RedHat package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/rpm/ Validate parameters for create RedHat package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_rpm '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_rpm '{}' --json cloudsmith.cloudsmith_packages_validate_upload_ruby
Validate parameters for create Ruby package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/ruby/ Validate parameters for create Ruby package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_ruby '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_ruby '{}' --json cloudsmith.cloudsmith_packages_validate_upload_swift
Validate parameters for create Swift package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/swift/ Validate parameters for create Swift package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_swift '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_swift '{}' --json cloudsmith.cloudsmith_packages_validate_upload_terraform
Validate parameters for create Terraform package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/terraform/ Validate parameters for create Terraform package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_terraform '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_terraform '{}' --json cloudsmith.cloudsmith_packages_validate_upload_vagrant
Validate parameters for create Vagrant package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/vagrant/ Validate parameters for create Vagrant package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_vagrant '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_vagrant '{}' --json cloudsmith.cloudsmith_packages_validate_upload_vsx
Validate parameters for create VSX package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/vsx/ Validate parameters for create VSX package
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_validate_upload_vsx '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_validate_upload_vsx '{}' --json cloudsmith.cloudsmith_packages_read
Get a specific package in a repository. Official Cloudsmith endpoint: GET /packages/{owner}/{repo}/{identifier}/ Get a specific package in a repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_read '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_read '{}' --json cloudsmith.cloudsmith_packages_delete
Delete a specific package in a repository. Official Cloudsmith endpoint: DELETE /packages/{owner}/{repo}/{identifier}/ Delete a specific package in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_delete '{}' --json cloudsmith.cloudsmith_packages_copy
Copy a package to another repository. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/copy/ Copy a package to another repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_copy '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_copy '{}' --json cloudsmith.cloudsmith_packages_dependencies
Get the list of dependencies for a package. Transitive dependencies are included where supported. Official Cloudsmith endpoint: GET /packages/{owner}/{repo}/{identifier}/dependencies/ Get the list of dependencies for a package. Transitive d
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_dependencies '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_dependencies '{}' --json cloudsmith.cloudsmith_packages_move
Move a package to another repository. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/move/ Move a package to another repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_move '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_move '{}' --json cloudsmith.cloudsmith_packages_quarantine
Quarantine or release a package. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/quarantine/ Quarantine or release a package.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_quarantine '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_quarantine '{}' --json cloudsmith.cloudsmith_packages_resync
Schedule a package for resynchronisation. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/resync/ Schedule a package for resynchronisation.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_resync '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_resync '{}' --json cloudsmith.cloudsmith_packages_scan
Schedule a package for scanning. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/scan/ Schedule a package for scanning.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_scan '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_scan '{}' --json cloudsmith.cloudsmith_packages_status
Get the synchronization status for a package. Official Cloudsmith endpoint: GET /packages/{owner}/{repo}/{identifier}/status/ Get the synchronization status for a package.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_status '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_status '{}' --json cloudsmith.cloudsmith_packages_tag
Add/Replace/Remove tags for a package. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/tag/ Add/Replace/Remove tags for a package.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_tag '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_tag '{}' --json cloudsmith.cloudsmith_packages_update_license
Update the license for a package. Official Cloudsmith endpoint: PATCH /packages/{owner}/{repo}/{identifier}/update-license/ Update the license for a package.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_packages_update_license '{}' --json kosmo integrations:cloudsmith cloudsmith_packages_update_license '{}' --json cloudsmith.cloudsmith_quota_history_read
Quota history for a given namespace. Official Cloudsmith endpoint: GET /quota/history/{owner}/ Quota history for a given namespace.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_quota_history_read '{}' --json kosmo integrations:cloudsmith cloudsmith_quota_history_read '{}' --json cloudsmith.cloudsmith_quota_oss_history_read
Open-source Quota history for a given namespace. Official Cloudsmith endpoint: GET /quota/oss/history/{owner}/ Open-source Quota history for a given namespace.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_quota_oss_history_read '{}' --json kosmo integrations:cloudsmith cloudsmith_quota_oss_history_read '{}' --json cloudsmith.cloudsmith_quota_oss_read
Open-source Quota usage for a given namespace. Official Cloudsmith endpoint: GET /quota/oss/{owner}/ Open-source Quota usage for a given namespace.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_quota_oss_read '{}' --json kosmo integrations:cloudsmith cloudsmith_quota_oss_read '{}' --json cloudsmith.cloudsmith_quota_read
Quota usage for a given namespace. Official Cloudsmith endpoint: GET /quota/{owner}/ Quota usage for a given namespace.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_quota_read '{}' --json kosmo integrations:cloudsmith cloudsmith_quota_read '{}' --json cloudsmith.cloudsmith_rates_limits_list
Endpoint to check rate limits for current user. Official Cloudsmith endpoint: GET /rates/limits/ Endpoint to check rate limits for current user.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_rates_limits_list '{}' --json kosmo integrations:cloudsmith cloudsmith_rates_limits_list '{}' --json cloudsmith.cloudsmith_recycle_bin_list
List soft-deleted packages in recycle bin Official Cloudsmith endpoint: GET /recycle-bin/{owner}/ Retrieve all soft-deleted packages in the workspace. Optionally filter by repository using the 'repository' query parameter.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_recycle_bin_list '{}' --json kosmo integrations:cloudsmith cloudsmith_recycle_bin_list '{}' --json cloudsmith.cloudsmith_recycle_bin_action
Recycle bin action Official Cloudsmith endpoint: POST /recycle-bin/{owner}/action/ Perform actions on soft-deleted packages in the recycle bin. Supported actions: permanently delete (hard delete), restore. Returns a list of successfully act
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_recycle_bin_action '{}' --json kosmo integrations:cloudsmith cloudsmith_recycle_bin_action '{}' --json cloudsmith.cloudsmith_repos_user_list
Get a list of all repositories associated with current user. Official Cloudsmith endpoint: GET /repos/ Get a list of all repositories associated with current user.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_user_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_user_list '{}' --json cloudsmith.cloudsmith_repos_namespace_list
Get a list of all repositories within a namespace. Official Cloudsmith endpoint: GET /repos/{owner}/ Get a list of all repositories within a namespace.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_namespace_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_namespace_list '{}' --json cloudsmith.cloudsmith_repos_create
Create a new repository in a given namespace. Official Cloudsmith endpoint: POST /repos/{owner}/ Create a new repository in a given namespace.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_create '{}' --json cloudsmith.cloudsmith_repos_read
Get a specific repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/ Get a specific repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_read '{}' --json cloudsmith.cloudsmith_repos_partial_update
Update details about a repository in a given namespace. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/ Update details about a repository in a given namespace.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_partial_update '{}' --json cloudsmith.cloudsmith_repos_delete
Repos delete Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/ Delete a repository in a given namespace. Note: Repositories are soft-deleted and can be restored within a retention period. During this time, the repository's s
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_delete '{}' --json cloudsmith.cloudsmith_repos_ecdsa_list
Retrieve the active ECDSA key for the Repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/ecdsa/ Retrieve the active ECDSA key for the Repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_ecdsa_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_ecdsa_list '{}' --json cloudsmith.cloudsmith_repos_ecdsa_create
Set the active ECDSA key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/ecdsa/ Set the active ECDSA key for the Repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_ecdsa_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_ecdsa_create '{}' --json cloudsmith.cloudsmith_repos_ecdsa_regenerate
Regenerate ECDSA Key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/ecdsa/regenerate/ Regenerate ECDSA Key for the Repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_ecdsa_regenerate '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_ecdsa_regenerate '{}' --json cloudsmith.cloudsmith_repos_geoip_read
List all repository geoip rules. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/geoip List all repository geoip rules.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_geoip_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_geoip_read '{}' --json cloudsmith.cloudsmith_repos_geoip_update
Replace repository geoip rules. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/geoip Replace repository geoip rules.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_geoip_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_geoip_update '{}' --json cloudsmith.cloudsmith_repos_geoip_partial_update
Partially update repository geoip rules. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/geoip Partially update repository geoip rules.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_geoip_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_geoip_partial_update '{}' --json cloudsmith.cloudsmith_repos_geoip_disable
Disable GeoIP for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/geoip/disable/ Disable GeoIP for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_geoip_disable '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_geoip_disable '{}' --json cloudsmith.cloudsmith_repos_geoip_enable
Enable GeoIP for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/geoip/enable/ Enable GeoIP for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_geoip_enable '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_geoip_enable '{}' --json cloudsmith.cloudsmith_api_repos_geoip_status
Retrieve the GeoIP status for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/geoip/status/ Retrieve the GeoIP status for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_api_repos_geoip_status '{}' --json kosmo integrations:cloudsmith cloudsmith_api_repos_geoip_status '{}' --json cloudsmith.cloudsmith_repos_geoip_test
Test a list of IP addresses against the repository's current GeoIP rules. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/geoip/test/ Test a list of IP addresses against the repository's current GeoIP rules.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_geoip_test '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_geoip_test '{}' --json cloudsmith.cloudsmith_repos_gpg_list
Retrieve the active GPG key for the Repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/gpg/ Retrieve the active GPG key for the Repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_gpg_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_gpg_list '{}' --json cloudsmith.cloudsmith_repos_gpg_create
Set the active GPG key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/gpg/ Set the active GPG key for the Repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_gpg_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_gpg_create '{}' --json cloudsmith.cloudsmith_repos_gpg_regenerate
Regenerate GPG Key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/gpg/regenerate/ Regenerate GPG Key for the Repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_gpg_regenerate '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_gpg_regenerate '{}' --json cloudsmith.cloudsmith_repos_privileges_list
List all explicity created privileges for the repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/privileges List all explicity created privileges for the repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_privileges_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_privileges_list '{}' --json cloudsmith.cloudsmith_repos_privileges_update
Replace all existing repository privileges with those specified. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/privileges Replace all existing repository privileges with those specified.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_privileges_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_privileges_update '{}' --json cloudsmith.cloudsmith_repos_privileges_partial_update
Modify privileges for the repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/privileges Modify privileges for the repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_privileges_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_privileges_partial_update '{}' --json cloudsmith.cloudsmith_repos_rsa_list
Retrieve the active RSA key for the Repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/rsa/ Retrieve the active RSA key for the Repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_rsa_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_rsa_list '{}' --json cloudsmith.cloudsmith_repos_rsa_create
Set the active RSA key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/rsa/ Set the active RSA key for the Repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_rsa_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_rsa_create '{}' --json cloudsmith.cloudsmith_repos_rsa_regenerate
Regenerate RSA Key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/rsa/regenerate/ Regenerate RSA Key for the Repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_rsa_regenerate '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_rsa_regenerate '{}' --json cloudsmith.cloudsmith_repos_upstream_alpine_list
List Alpine upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/alpine/ List Alpine upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_alpine_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_alpine_list '{}' --json cloudsmith.cloudsmith_repos_upstream_alpine_create
Create an Alpine upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/alpine/ Create an Alpine upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_alpine_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_alpine_create '{}' --json cloudsmith.cloudsmith_repos_upstream_alpine_read
Retrieve an Alpine upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ Retrieve an Alpine upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_alpine_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_alpine_read '{}' --json cloudsmith.cloudsmith_repos_upstream_alpine_update
Update an Alpine upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ Update an Alpine upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_alpine_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_alpine_update '{}' --json cloudsmith.cloudsmith_repos_upstream_alpine_partial_update
Partially update an Alpine upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ Partially update an Alpine upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_alpine_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_alpine_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_alpine_delete
Delete an Alpine upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/alpine/{slug_perm}/ Delete an Alpine upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_alpine_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_alpine_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_cargo_list
List Cargo upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/cargo/ List Cargo upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cargo_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cargo_list '{}' --json cloudsmith.cloudsmith_repos_upstream_cargo_create
Create a Cargo upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/cargo/ Create a Cargo upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cargo_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cargo_create '{}' --json cloudsmith.cloudsmith_repos_upstream_cargo_read
Retrieve a Cargo upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/ Retrieve a Cargo upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cargo_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cargo_read '{}' --json cloudsmith.cloudsmith_repos_upstream_cargo_update
Update a Cargo upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/ Update a Cargo upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cargo_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cargo_update '{}' --json cloudsmith.cloudsmith_repos_upstream_cargo_partial_update
Partially update a Cargo upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/ Partially update a Cargo upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cargo_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cargo_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_cargo_delete
Delete a Cargo upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/cargo/{slug_perm}/ Delete a Cargo upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cargo_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cargo_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_composer_list
List Composer upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/composer/ List Composer upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_composer_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_composer_list '{}' --json cloudsmith.cloudsmith_repos_upstream_composer_create
Create a Composer upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/composer/ Create a Composer upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_composer_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_composer_create '{}' --json cloudsmith.cloudsmith_repos_upstream_composer_read
Retrieve a Composer upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ Retrieve a Composer upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_composer_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_composer_read '{}' --json cloudsmith.cloudsmith_repos_upstream_composer_update
Update a Composer upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ Update a Composer upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_composer_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_composer_update '{}' --json cloudsmith.cloudsmith_repos_upstream_composer_partial_update
Partially update a Composer upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ Partially update a Composer upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_composer_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_composer_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_composer_delete
Delete a Composer upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ Delete a Composer upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_composer_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_composer_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_conda_list
List Conda upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/conda/ List Conda upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_conda_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_conda_list '{}' --json cloudsmith.cloudsmith_repos_upstream_conda_create
Create a Conda upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/conda/ Create a Conda upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_conda_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_conda_create '{}' --json cloudsmith.cloudsmith_repos_upstream_conda_read
Retrieve a Conda upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ Retrieve a Conda upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_conda_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_conda_read '{}' --json cloudsmith.cloudsmith_repos_upstream_conda_update
Update a Conda upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ Update a Conda upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_conda_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_conda_update '{}' --json cloudsmith.cloudsmith_repos_upstream_conda_partial_update
Partially update a Conda upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ Partially update a Conda upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_conda_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_conda_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_conda_delete
Delete a Conda upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ Delete a Conda upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_conda_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_conda_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_cran_list
List CRAN upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/cran/ List CRAN upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cran_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cran_list '{}' --json cloudsmith.cloudsmith_repos_upstream_cran_create
Create a CRAN upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/cran/ Create a CRAN upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cran_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cran_create '{}' --json cloudsmith.cloudsmith_repos_upstream_cran_read
Retrieve a CRAN upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ Retrieve a CRAN upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cran_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cran_read '{}' --json cloudsmith.cloudsmith_repos_upstream_cran_update
Update a CRAN upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ Update a CRAN upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cran_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cran_update '{}' --json cloudsmith.cloudsmith_repos_upstream_cran_partial_update
Partially update a CRAN upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ Partially update a CRAN upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cran_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cran_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_cran_delete
Delete a CRAN upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ Delete a CRAN upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_cran_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_cran_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_dart_list
List Dart upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/dart/ List Dart upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_dart_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_dart_list '{}' --json cloudsmith.cloudsmith_repos_upstream_dart_create
Create a Dart upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/dart/ Create a Dart upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_dart_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_dart_create '{}' --json cloudsmith.cloudsmith_repos_upstream_dart_read
Retrieve a Dart upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/dart/{slug_perm}/ Retrieve a Dart upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_dart_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_dart_read '{}' --json cloudsmith.cloudsmith_repos_upstream_dart_update
Update a Dart upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/dart/{slug_perm}/ Update a Dart upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_dart_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_dart_update '{}' --json cloudsmith.cloudsmith_repos_upstream_dart_partial_update
Partially update a Dart upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/dart/{slug_perm}/ Partially update a Dart upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_dart_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_dart_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_dart_delete
Delete a Dart upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/dart/{slug_perm}/ Delete a Dart upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_dart_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_dart_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_deb_list
List Debian upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/deb/ List Debian upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_deb_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_deb_list '{}' --json cloudsmith.cloudsmith_repos_upstream_deb_create
Create a Debian upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/deb/ Create a Debian upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_deb_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_deb_create '{}' --json cloudsmith.cloudsmith_repos_upstream_deb_read
Retrieve a Debian upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/deb/{slug_perm}/ Retrieve a Debian upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_deb_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_deb_read '{}' --json cloudsmith.cloudsmith_repos_upstream_deb_update
Update a Debian upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/deb/{slug_perm}/ Update a Debian upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_deb_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_deb_update '{}' --json cloudsmith.cloudsmith_repos_upstream_deb_partial_update
Partially update a Debian upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/deb/{slug_perm}/ Partially update a Debian upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_deb_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_deb_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_deb_delete
Delete a Debian upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/deb/{slug_perm}/ Delete a Debian upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_deb_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_deb_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_docker_list
List Docker upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/docker/ List Docker upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_docker_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_docker_list '{}' --json cloudsmith.cloudsmith_repos_upstream_docker_create
Create a Docker upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/docker/ Create a Docker upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_docker_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_docker_create '{}' --json cloudsmith.cloudsmith_repos_upstream_docker_read
Retrieve a Docker upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ Retrieve a Docker upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_docker_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_docker_read '{}' --json cloudsmith.cloudsmith_repos_upstream_docker_update
Update a Docker upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ Update a Docker upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_docker_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_docker_update '{}' --json cloudsmith.cloudsmith_repos_upstream_docker_partial_update
Partially update a Docker upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ Partially update a Docker upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_docker_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_docker_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_docker_delete
Delete a Docker upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/docker/{slug_perm}/ Delete a Docker upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_docker_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_docker_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_generic_list
List Generic upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/generic/ List Generic upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_generic_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_generic_list '{}' --json cloudsmith.cloudsmith_repos_upstream_generic_create
Create a Generic upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/generic/ Create a Generic upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_generic_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_generic_create '{}' --json cloudsmith.cloudsmith_repos_upstream_generic_read
Retrieve a Generic upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/generic/{slug_perm}/ Retrieve a Generic upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_generic_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_generic_read '{}' --json cloudsmith.cloudsmith_repos_upstream_generic_update
Update a Generic upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/generic/{slug_perm}/ Update a Generic upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_generic_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_generic_update '{}' --json cloudsmith.cloudsmith_repos_upstream_generic_partial_update
Partially update a Generic upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/generic/{slug_perm}/ Partially update a Generic upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_generic_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_generic_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_generic_delete
Delete a Generic upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/generic/{slug_perm}/ Delete a Generic upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_generic_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_generic_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_go_list
List Go upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/go/ List Go upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_go_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_go_list '{}' --json cloudsmith.cloudsmith_repos_upstream_go_create
Create a Go upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/go/ Create a Go upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_go_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_go_create '{}' --json cloudsmith.cloudsmith_repos_upstream_go_read
Retrieve a Go upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/go/{slug_perm}/ Retrieve a Go upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_go_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_go_read '{}' --json cloudsmith.cloudsmith_repos_upstream_go_update
Update a Go upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/go/{slug_perm}/ Update a Go upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_go_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_go_update '{}' --json cloudsmith.cloudsmith_repos_upstream_go_partial_update
Partially update a Go upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/go/{slug_perm}/ Partially update a Go upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_go_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_go_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_go_delete
Delete a Go upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/go/{slug_perm}/ Delete a Go upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_go_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_go_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_helm_list
List Helm upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/helm/ List Helm upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_helm_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_helm_list '{}' --json cloudsmith.cloudsmith_repos_upstream_helm_create
Create a Helm upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/helm/ Create a Helm upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_helm_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_helm_create '{}' --json cloudsmith.cloudsmith_repos_upstream_helm_read
Retrieve a Helm upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/helm/{slug_perm}/ Retrieve a Helm upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_helm_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_helm_read '{}' --json cloudsmith.cloudsmith_repos_upstream_helm_update
Update a Helm upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/helm/{slug_perm}/ Update a Helm upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_helm_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_helm_update '{}' --json cloudsmith.cloudsmith_repos_upstream_helm_partial_update
Partially update a Helm upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/helm/{slug_perm}/ Partially update a Helm upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_helm_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_helm_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_helm_delete
Delete a Helm upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/helm/{slug_perm}/ Delete a Helm upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_helm_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_helm_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_hex_list
List Hex upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/hex/ List Hex upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_hex_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_hex_list '{}' --json cloudsmith.cloudsmith_repos_upstream_hex_create
Create a Hex upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/hex/ Create a Hex upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_hex_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_hex_create '{}' --json cloudsmith.cloudsmith_repos_upstream_hex_read
Retrieve a Hex upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/hex/{slug_perm}/ Retrieve a Hex upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_hex_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_hex_read '{}' --json cloudsmith.cloudsmith_repos_upstream_hex_update
Update a Hex upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/hex/{slug_perm}/ Update a Hex upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_hex_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_hex_update '{}' --json cloudsmith.cloudsmith_repos_upstream_hex_partial_update
Partially update a Hex upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/hex/{slug_perm}/ Partially update a Hex upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_hex_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_hex_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_hex_delete
Delete a Hex upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/hex/{slug_perm}/ Delete a Hex upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_hex_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_hex_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_huggingface_list
List HuggingFace upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/huggingface/ List HuggingFace upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_huggingface_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_huggingface_list '{}' --json cloudsmith.cloudsmith_repos_upstream_huggingface_create
Create a HuggingFace upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/huggingface/ Create a HuggingFace upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_huggingface_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_huggingface_create '{}' --json cloudsmith.cloudsmith_repos_upstream_huggingface_read
Retrieve a HuggingFace upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ Retrieve a HuggingFace upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_huggingface_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_huggingface_read '{}' --json cloudsmith.cloudsmith_repos_upstream_huggingface_update
Update a HuggingFace upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ Update a HuggingFace upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_huggingface_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_huggingface_update '{}' --json cloudsmith.cloudsmith_repos_upstream_huggingface_partial_update
Partially update a HuggingFace upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ Partially update a HuggingFace upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_huggingface_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_huggingface_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_huggingface_delete
Delete a HuggingFace upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ Delete a HuggingFace upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_huggingface_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_huggingface_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_maven_list
List Maven upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/maven/ List Maven upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_maven_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_maven_list '{}' --json cloudsmith.cloudsmith_repos_upstream_maven_create
Create a Maven upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/maven/ Create a Maven upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_maven_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_maven_create '{}' --json cloudsmith.cloudsmith_repos_upstream_maven_read
Retrieve a Maven upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ Retrieve a Maven upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_maven_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_maven_read '{}' --json cloudsmith.cloudsmith_repos_upstream_maven_update
Update a Maven upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ Update a Maven upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_maven_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_maven_update '{}' --json cloudsmith.cloudsmith_repos_upstream_maven_partial_update
Partially update a Maven upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ Partially update a Maven upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_maven_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_maven_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_maven_delete
Delete a Maven upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ Delete a Maven upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_maven_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_maven_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_npm_list
List npm upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/npm/ List npm upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_npm_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_npm_list '{}' --json cloudsmith.cloudsmith_repos_upstream_npm_create
Create a npm upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/npm/ Create a npm upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_npm_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_npm_create '{}' --json cloudsmith.cloudsmith_repos_upstream_npm_read
Retrieve a npm upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/npm/{slug_perm}/ Retrieve a npm upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_npm_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_npm_read '{}' --json cloudsmith.cloudsmith_repos_upstream_npm_update
Update a npm upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/npm/{slug_perm}/ Update a npm upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_npm_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_npm_update '{}' --json cloudsmith.cloudsmith_repos_upstream_npm_partial_update
Partially update a npm upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/npm/{slug_perm}/ Partially update a npm upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_npm_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_npm_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_npm_delete
Delete a npm upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/npm/{slug_perm}/ Delete a npm upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_npm_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_npm_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_nuget_list
List NuGet upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/nuget/ List NuGet upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_nuget_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_nuget_list '{}' --json cloudsmith.cloudsmith_repos_upstream_nuget_create
Create a NuGet upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/nuget/ Create a NuGet upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_nuget_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_nuget_create '{}' --json cloudsmith.cloudsmith_repos_upstream_nuget_read
Retrieve a NuGet upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/ Retrieve a NuGet upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_nuget_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_nuget_read '{}' --json cloudsmith.cloudsmith_repos_upstream_nuget_update
Update a NuGet upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/ Update a NuGet upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_nuget_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_nuget_update '{}' --json cloudsmith.cloudsmith_repos_upstream_nuget_partial_update
Partially update a NuGet upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/ Partially update a NuGet upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_nuget_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_nuget_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_nuget_delete
Delete a NuGet upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/nuget/{slug_perm}/ Delete a NuGet upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_nuget_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_nuget_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_python_list
List Python upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/python/ List Python upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_python_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_python_list '{}' --json cloudsmith.cloudsmith_repos_upstream_python_create
Create a Python upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/python/ Create a Python upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_python_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_python_create '{}' --json cloudsmith.cloudsmith_repos_upstream_python_read
Retrieve a Python upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/python/{slug_perm}/ Retrieve a Python upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_python_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_python_read '{}' --json cloudsmith.cloudsmith_repos_upstream_python_update
Update a Python upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/python/{slug_perm}/ Update a Python upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_python_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_python_update '{}' --json cloudsmith.cloudsmith_repos_upstream_python_partial_update
Partially update a Python upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/python/{slug_perm}/ Partially update a Python upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_python_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_python_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_python_delete
Delete a Python upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/python/{slug_perm}/ Delete a Python upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_python_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_python_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_rpm_list
List RedHat upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/rpm/ List RedHat upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_rpm_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_rpm_list '{}' --json cloudsmith.cloudsmith_repos_upstream_rpm_create
Create a RedHat upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/rpm/ Create a RedHat upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_rpm_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_rpm_create '{}' --json cloudsmith.cloudsmith_repos_upstream_rpm_read
Retrieve a RedHat upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/ Retrieve a RedHat upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_rpm_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_rpm_read '{}' --json cloudsmith.cloudsmith_repos_upstream_rpm_update
Update a RedHat upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/ Update a RedHat upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_rpm_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_rpm_update '{}' --json cloudsmith.cloudsmith_repos_upstream_rpm_partial_update
Partially update a RedHat upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/ Partially update a RedHat upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_rpm_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_rpm_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_rpm_delete
Delete a RedHat upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/rpm/{slug_perm}/ Delete a RedHat upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_rpm_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_rpm_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_ruby_list
List Ruby upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/ruby/ List Ruby upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_ruby_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_ruby_list '{}' --json cloudsmith.cloudsmith_repos_upstream_ruby_create
Create a Ruby upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/ruby/ Create a Ruby upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_ruby_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_ruby_create '{}' --json cloudsmith.cloudsmith_repos_upstream_ruby_read
Retrieve a Ruby upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/ Retrieve a Ruby upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_ruby_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_ruby_read '{}' --json cloudsmith.cloudsmith_repos_upstream_ruby_update
Update a Ruby upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/ Update a Ruby upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_ruby_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_ruby_update '{}' --json cloudsmith.cloudsmith_repos_upstream_ruby_partial_update
Partially update a Ruby upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/ Partially update a Ruby upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_ruby_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_ruby_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_ruby_delete
Delete a Ruby upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/ruby/{slug_perm}/ Delete a Ruby upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_ruby_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_ruby_delete '{}' --json cloudsmith.cloudsmith_repos_upstream_swift_list
List Swift upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/swift/ List Swift upstream configs for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_swift_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_swift_list '{}' --json cloudsmith.cloudsmith_repos_upstream_swift_create
Create a Swift upstream config for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/upstream/swift/ Create a Swift upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_swift_create '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_swift_create '{}' --json cloudsmith.cloudsmith_repos_upstream_swift_read
Retrieve a Swift upstream config for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/swift/{slug_perm}/ Retrieve a Swift upstream config for this repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_swift_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_swift_read '{}' --json cloudsmith.cloudsmith_repos_upstream_swift_update
Update a Swift upstream config for this repository. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/upstream/swift/{slug_perm}/ Update a Swift upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_swift_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_swift_update '{}' --json cloudsmith.cloudsmith_repos_upstream_swift_partial_update
Partially update a Swift upstream config for this repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/upstream/swift/{slug_perm}/ Partially update a Swift upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_swift_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_swift_partial_update '{}' --json cloudsmith.cloudsmith_repos_upstream_swift_delete
Delete a Swift upstream config for this repository. Official Cloudsmith endpoint: DELETE /repos/{owner}/{identifier}/upstream/swift/{slug_perm}/ Delete a Swift upstream config for this repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_upstream_swift_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_upstream_swift_delete '{}' --json cloudsmith.cloudsmith_repos_x509_ecdsa_list
Retrieve the active X.509 ECDSA certificate for the Repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/x509-ecdsa/ Retrieve the active X.509 ECDSA certificate for the Repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_x509_ecdsa_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_x509_ecdsa_list '{}' --json cloudsmith.cloudsmith_repos_x509_rsa_list
Retrieve the active X.509 RSA certificate for the Repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/x509-rsa/ Retrieve the active X.509 RSA certificate for the Repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_x509_rsa_list '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_x509_rsa_list '{}' --json cloudsmith.cloudsmith_repo_retention_read
Retrieve the retention rules for the repository. Official Cloudsmith endpoint: GET /repos/{owner}/{repo}/retention/ Retrieve the retention rules for the repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repo_retention_read '{}' --json kosmo integrations:cloudsmith cloudsmith_repo_retention_read '{}' --json cloudsmith.cloudsmith_repo_retention_partial_update
Update the retention rules for the repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{repo}/retention/ Update the retention rules for the repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repo_retention_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_repo_retention_partial_update '{}' --json cloudsmith.cloudsmith_repos_transfer_region
Transfer a repository to a different region. Official Cloudsmith endpoint: POST /repos/{owner}/{repo}/transfer-region/ Transfer a repository to a different region.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_repos_transfer_region '{}' --json kosmo integrations:cloudsmith cloudsmith_repos_transfer_region '{}' --json cloudsmith.cloudsmith_status_check_basic
Endpoint to check basic API connectivity. Official Cloudsmith endpoint: GET /status/check/basic/ Endpoint to check basic API connectivity.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_status_check_basic '{}' --json kosmo integrations:cloudsmith cloudsmith_status_check_basic '{}' --json cloudsmith.cloudsmith_storage_regions_list
Get a list of all available storage regions. Official Cloudsmith endpoint: GET /storage-regions/ Get a list of all available storage regions.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_storage_regions_list '{}' --json kosmo integrations:cloudsmith cloudsmith_storage_regions_list '{}' --json cloudsmith.cloudsmith_storage_regions_read
Get a specific storage region. Official Cloudsmith endpoint: GET /storage-regions/{slug}/ Get a specific storage region.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_storage_regions_read '{}' --json kosmo integrations:cloudsmith cloudsmith_storage_regions_read '{}' --json cloudsmith.cloudsmith_user_self
Provide a brief for the current user (if any). Official Cloudsmith endpoint: GET /user/self/ Provide a brief for the current user (if any).
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_user_self '{}' --json kosmo integrations:cloudsmith cloudsmith_user_self '{}' --json cloudsmith.cloudsmith_user_token_create
Create or retrieve API token for a user. Official Cloudsmith endpoint: POST /user/token/ Handles both: - Users authenticating with basic credentials to get a token - Two-factor authentication flow
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_user_token_create '{}' --json kosmo integrations:cloudsmith cloudsmith_user_token_create '{}' --json cloudsmith.cloudsmith_user_tokens_list
Retrieve the API key assigned to the user that is currently authenticated. Official Cloudsmith endpoint: GET /user/tokens/ Retrieve the API key assigned to the user that is currently authenticated.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_user_tokens_list '{}' --json kosmo integrations:cloudsmith cloudsmith_user_tokens_list '{}' --json cloudsmith.cloudsmith_user_tokens_create
Create an API key for the user that is currently authenticated. Official Cloudsmith endpoint: POST /user/tokens/ Create an API key for the user that is currently authenticated.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_user_tokens_create '{}' --json kosmo integrations:cloudsmith cloudsmith_user_tokens_create '{}' --json cloudsmith.cloudsmith_user_tokens_refresh
Refresh the specified API key for the user that is currently authenticated. Official Cloudsmith endpoint: PUT /user/tokens/{slug_perm}/refresh/ Refresh the specified API key for the user that is currently authenticated.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_user_tokens_refresh '{}' --json kosmo integrations:cloudsmith cloudsmith_user_tokens_refresh '{}' --json cloudsmith.cloudsmith_users_profile_read
Provide a brief for the specified user (if any). Official Cloudsmith endpoint: GET /users/profile/{slug}/ Provide a brief for the specified user (if any).
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_users_profile_read '{}' --json kosmo integrations:cloudsmith cloudsmith_users_profile_read '{}' --json cloudsmith.cloudsmith_vulnerabilities_namespace_list
Lists scan results for a specific namespace. Official Cloudsmith endpoint: GET /vulnerabilities/{owner}/ Lists scan results for a specific namespace.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_vulnerabilities_namespace_list '{}' --json kosmo integrations:cloudsmith cloudsmith_vulnerabilities_namespace_list '{}' --json cloudsmith.cloudsmith_vulnerabilities_repo_list
Lists scan results for a specific repository. Official Cloudsmith endpoint: GET /vulnerabilities/{owner}/{repo}/ Lists scan results for a specific repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_vulnerabilities_repo_list '{}' --json kosmo integrations:cloudsmith cloudsmith_vulnerabilities_repo_list '{}' --json cloudsmith.cloudsmith_vulnerabilities_package_list
Lists scan results for a specific package. Official Cloudsmith endpoint: GET /vulnerabilities/{owner}/{repo}/{package}/ Lists scan results for a specific package.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_vulnerabilities_package_list '{}' --json kosmo integrations:cloudsmith cloudsmith_vulnerabilities_package_list '{}' --json cloudsmith.cloudsmith_vulnerabilities_read
Get a scan result. Official Cloudsmith endpoint: GET /vulnerabilities/{owner}/{repo}/{package}/{identifier}/ Get a scan result.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_vulnerabilities_read '{}' --json kosmo integrations:cloudsmith cloudsmith_vulnerabilities_read '{}' --json cloudsmith.cloudsmith_webhooks_list
Get a list of all webhooks in a repository. Official Cloudsmith endpoint: GET /webhooks/{owner}/{repo}/ Get a list of all webhooks in a repository.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_webhooks_list '{}' --json kosmo integrations:cloudsmith cloudsmith_webhooks_list '{}' --json cloudsmith.cloudsmith_webhooks_create
Create a specific webhook in a repository. Official Cloudsmith endpoint: POST /webhooks/{owner}/{repo}/ Create a specific webhook in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_webhooks_create '{}' --json kosmo integrations:cloudsmith cloudsmith_webhooks_create '{}' --json cloudsmith.cloudsmith_webhooks_read
Views for working with repository webhooks. Official Cloudsmith endpoint: GET /webhooks/{owner}/{repo}/{identifier}/ Views for working with repository webhooks.
read - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_webhooks_read '{}' --json kosmo integrations:cloudsmith cloudsmith_webhooks_read '{}' --json cloudsmith.cloudsmith_webhooks_partial_update
Update a specific webhook in a repository. Official Cloudsmith endpoint: PATCH /webhooks/{owner}/{repo}/{identifier}/ Update a specific webhook in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_webhooks_partial_update '{}' --json kosmo integrations:cloudsmith cloudsmith_webhooks_partial_update '{}' --json cloudsmith.cloudsmith_webhooks_delete
Delete a specific webhook in a repository. Official Cloudsmith endpoint: DELETE /webhooks/{owner}/{repo}/{identifier}/ Delete a specific webhook in a repository.
write - Parameters
- none
kosmo integrations:call cloudsmith.cloudsmith_webhooks_delete '{}' --json kosmo integrations:cloudsmith cloudsmith_webhooks_delete '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
cloudsmith.cloudsmith_audit_log_namespace_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_audit_log_namespace_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_audit_log_repo_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_audit_log_repo_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_badges_version_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_badges_version_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_broadcasts_create_broadcast_token 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_broadcasts_create_broadcast_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_bulk_action 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_bulk_action --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_distros_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_distros_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_distros_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_distros_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_sync 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_sync --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_disable 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_disable --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_enable 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_enable --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_refresh 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_refresh --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_reset 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_reset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_entitlements_toggle_private_broadcasts 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_entitlements_toggle_private_broadcasts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_files_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_files_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_files_validate 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_files_validate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_files_abort 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_files_abort --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_files_complete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_files_complete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_files_info 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_files_info --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_formats_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_formats_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_formats_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_formats_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_metrics_entitlements_account_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_metrics_entitlements_account_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_metrics_entitlements_repo_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_metrics_entitlements_repo_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_metrics_packages_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_metrics_packages_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_namespaces_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_namespaces_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_namespaces_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_namespaces_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_deny_policy_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_deny_policy_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_deny_policy_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_deny_policy_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_deny_policy_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_deny_policy_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_deny_policy_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_deny_policy_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_deny_policy_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_deny_policy_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_deny_policy_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_deny_policy_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_invites_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_invites_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_invites_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_invites_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_invites_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_invites_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_invites_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_invites_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_invites_extend 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_invites_extend --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_invites_resend 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_invites_resend --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_license_policy_violation_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_license_policy_violation_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_license_policy_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_license_policy_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_license_policy_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_license_policy_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_license_policy_evaluation_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_license_policy_evaluation_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_license_policy_evaluation_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_license_policy_evaluation_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_license_policy_evaluation_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_license_policy_evaluation_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_license_policy_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_license_policy_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_license_policy_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_license_policy_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_license_policy_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_license_policy_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_license_policy_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_license_policy_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_members_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_members_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_members_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_members_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_members_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_members_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_members_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_members_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_members_refresh 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_members_refresh --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_members_remove 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_members_remove --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_members_update_role 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_members_update_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_members_update_visibility 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_members_update_visibility --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_openid_connect_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_openid_connect_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_openid_connect_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_openid_connect_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_openid_connect_dynamic_mappings_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_openid_connect_dynamic_mappings_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_openid_connect_dynamic_mappings_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_openid_connect_dynamic_mappings_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_openid_connect_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_openid_connect_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_openid_connect_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_openid_connect_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_openid_connect_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_openid_connect_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_openid_connect_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_openid_connect_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_saml_authentication_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_saml_authentication_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_saml_authentication_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_saml_authentication_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_saml_group_sync_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_saml_group_sync_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_saml_group_sync_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_saml_group_sync_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_saml_group_sync_disable 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_saml_group_sync_disable --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_saml_group_sync_enable 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_saml_group_sync_enable --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_saml_group_sync_status 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_saml_group_sync_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_saml_group_sync_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_saml_group_sync_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_services_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_services_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_services_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_services_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_services_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_services_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_services_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_services_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_services_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_services_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_services_refresh 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_services_refresh --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_teams_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_teams_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_teams_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_teams_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_teams_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_teams_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_teams_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_teams_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_teams_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_teams_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_teams_members_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_teams_members_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_teams_members_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_teams_members_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_teams_members_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_teams_members_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_vulnerability_policy_violation_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_vulnerability_policy_violation_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_vulnerability_policy_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_vulnerability_policy_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_vulnerability_policy_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_vulnerability_policy_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_vulnerability_policy_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_vulnerability_policy_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_vulnerability_policy_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_vulnerability_policy_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_vulnerability_policy_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_vulnerability_policy_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_orgs_vulnerability_policy_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_orgs_vulnerability_policy_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_groups_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_groups_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_alpine 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_alpine --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_cargo 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_cargo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_cocoapods 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_cocoapods --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_composer 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_composer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_conan 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_conan --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_conda 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_conda --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_cran 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_cran --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_dart 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_dart --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_deb 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_deb --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_docker 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_docker --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_generic 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_generic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_go 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_go --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_helm 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_helm --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_hex 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_hex --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_huggingface 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_huggingface --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_luarocks 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_luarocks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_maven 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_maven --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_mcp 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_mcp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_npm 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_npm --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_nuget 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_nuget --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_p2 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_p2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_python 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_python --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_raw 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_raw --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_rpm 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_rpm --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_ruby 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_ruby --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_swift 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_swift --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_terraform 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_terraform --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_vagrant 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_vagrant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_upload_vsx 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_upload_vsx --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_alpine 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_alpine --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_cargo 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_cargo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_cocoapods 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_cocoapods --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_composer 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_composer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_conan 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_conan --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_conda 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_conda --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_cran 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_cran --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_dart 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_dart --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_deb 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_deb --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_docker 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_docker --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_generic 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_generic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_go 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_go --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_helm 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_helm --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_hex 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_hex --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_huggingface 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_huggingface --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_luarocks 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_luarocks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_maven 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_maven --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_mcp 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_mcp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_npm 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_npm --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_nuget 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_nuget --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_p2 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_p2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_python 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_python --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_raw 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_raw --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_rpm 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_rpm --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_ruby 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_ruby --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_swift 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_swift --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_terraform 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_terraform --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_vagrant 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_vagrant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_validate_upload_vsx 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_validate_upload_vsx --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_copy 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_copy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_dependencies 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_dependencies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_move 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_move --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_quarantine 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_quarantine --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_resync 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_resync --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_scan 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_scan --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_status 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_tag 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_packages_update_license 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_packages_update_license --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_quota_history_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_quota_history_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_quota_oss_history_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_quota_oss_history_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_quota_oss_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_quota_oss_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_quota_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_quota_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_rates_limits_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_rates_limits_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_recycle_bin_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_recycle_bin_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_recycle_bin_action 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_recycle_bin_action --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_user_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_user_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_namespace_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_namespace_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_ecdsa_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_ecdsa_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_ecdsa_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_ecdsa_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_ecdsa_regenerate 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_ecdsa_regenerate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_geoip_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_geoip_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_geoip_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_geoip_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_geoip_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_geoip_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_geoip_disable 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_geoip_disable --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_geoip_enable 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_geoip_enable --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_api_repos_geoip_status 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_api_repos_geoip_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_geoip_test 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_geoip_test --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_gpg_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_gpg_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_gpg_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_gpg_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_gpg_regenerate 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_gpg_regenerate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_privileges_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_privileges_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_privileges_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_privileges_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_privileges_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_privileges_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_rsa_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_rsa_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_rsa_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_rsa_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_rsa_regenerate 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_rsa_regenerate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_alpine_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_alpine_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_alpine_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_alpine_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_alpine_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_alpine_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_alpine_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_alpine_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_alpine_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_alpine_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_alpine_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_alpine_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cargo_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cargo_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cargo_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cargo_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cargo_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cargo_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cargo_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cargo_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cargo_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cargo_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cargo_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cargo_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_composer_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_composer_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_composer_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_composer_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_composer_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_composer_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_composer_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_composer_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_composer_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_composer_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_composer_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_composer_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_conda_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_conda_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_conda_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_conda_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_conda_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_conda_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_conda_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_conda_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_conda_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_conda_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_conda_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_conda_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cran_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cran_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cran_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cran_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cran_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cran_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cran_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cran_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cran_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cran_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_cran_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_cran_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_dart_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_dart_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_dart_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_dart_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_dart_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_dart_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_dart_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_dart_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_dart_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_dart_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_dart_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_dart_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_deb_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_deb_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_deb_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_deb_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_deb_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_deb_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_deb_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_deb_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_deb_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_deb_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_deb_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_deb_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_docker_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_docker_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_docker_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_docker_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_docker_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_docker_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_docker_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_docker_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_docker_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_docker_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_docker_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_docker_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_generic_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_generic_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_generic_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_generic_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_generic_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_generic_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_generic_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_generic_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_generic_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_generic_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_generic_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_generic_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_go_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_go_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_go_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_go_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_go_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_go_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_go_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_go_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_go_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_go_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_go_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_go_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_helm_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_helm_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_helm_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_helm_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_helm_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_helm_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_helm_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_helm_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_helm_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_helm_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_helm_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_helm_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_hex_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_hex_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_hex_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_hex_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_hex_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_hex_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_hex_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_hex_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_hex_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_hex_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_hex_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_hex_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_huggingface_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_huggingface_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_huggingface_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_huggingface_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_huggingface_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_huggingface_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_huggingface_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_huggingface_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_huggingface_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_huggingface_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_huggingface_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_huggingface_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_maven_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_maven_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_maven_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_maven_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_maven_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_maven_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_maven_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_maven_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_maven_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_maven_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_maven_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_maven_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_npm_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_npm_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_npm_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_npm_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_npm_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_npm_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_npm_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_npm_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_npm_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_npm_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_npm_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_npm_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_nuget_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_nuget_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_nuget_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_nuget_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_nuget_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_nuget_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_nuget_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_nuget_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_nuget_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_nuget_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_nuget_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_nuget_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_python_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_python_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_python_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_python_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_python_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_python_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_python_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_python_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_python_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_python_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_python_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_python_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_rpm_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_rpm_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_rpm_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_rpm_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_rpm_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_rpm_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_rpm_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_rpm_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_rpm_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_rpm_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_rpm_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_rpm_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_ruby_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_ruby_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_ruby_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_ruby_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_ruby_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_ruby_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_ruby_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_ruby_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_ruby_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_ruby_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_ruby_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_ruby_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_swift_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_swift_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_swift_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_swift_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_swift_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_swift_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_swift_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_swift_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_swift_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_swift_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_upstream_swift_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_upstream_swift_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_x509_ecdsa_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_x509_ecdsa_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_x509_rsa_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_x509_rsa_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repo_retention_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repo_retention_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repo_retention_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repo_retention_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_repos_transfer_region 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_repos_transfer_region --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_status_check_basic 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_status_check_basic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_storage_regions_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_storage_regions_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_storage_regions_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_storage_regions_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_user_self 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_user_self --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_user_token_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_user_token_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_user_tokens_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_user_tokens_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_user_tokens_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_user_tokens_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_user_tokens_refresh 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_user_tokens_refresh --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_users_profile_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_users_profile_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_vulnerabilities_namespace_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_vulnerabilities_namespace_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_vulnerabilities_repo_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_vulnerabilities_repo_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_vulnerabilities_package_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_vulnerabilities_package_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_vulnerabilities_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_vulnerabilities_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_webhooks_list 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_webhooks_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_webhooks_create 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_webhooks_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_webhooks_read 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_webhooks_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_webhooks_partial_update 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_webhooks_partial_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
cloudsmith.cloudsmith_webhooks_delete 0 parameters
kosmo integrations:schema cloudsmith.cloudsmith_webhooks_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.