KosmoKrator

data

Cloudsmith MCP, CLI, and Lua Integration for AI Agents

Cloudsmith integration docs for AI agents: MCP gateway setup, Cloudsmith CLI commands, Lua API reference, credentials, and function schemas.

Cloudsmith for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
cloudsmith.cloudsmith_audit_log_namespace_list Read read 0 Lists audit log entries for a specific namespace. Official Cloudsmith endpoint: GET /audit-log/{owner}/ Lists audit log entries for a specific namespace.
cloudsmith.cloudsmith_audit_log_repo_list Read read 0 Lists audit log entries for a specific repository. Official Cloudsmith endpoint: GET /audit-log/{owner}/{repo}/ Lists audit log entries for a specific repository.
cloudsmith.cloudsmith_badges_version_list Read read 0 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
cloudsmith.cloudsmith_broadcasts_create_broadcast_token Write write 0 Create a broadcast token. Official Cloudsmith endpoint: POST /broadcasts/{org}/broadcast-token/ Create a broadcast token.
cloudsmith.cloudsmith_bulk_action Write write 0 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
cloudsmith.cloudsmith_distros_list Read read 0 Get a list of all supported distributions. Official Cloudsmith endpoint: GET /distros/ Get a list of all supported distributions.
cloudsmith.cloudsmith_distros_read Read read 0 View for viewing/listing distributions. Official Cloudsmith endpoint: GET /distros/{slug}/ View for viewing/listing distributions.
cloudsmith.cloudsmith_entitlements_list Read read 0 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.
cloudsmith.cloudsmith_entitlements_create Write write 0 Create a specific entitlement in a repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/ Create a specific entitlement in a repository.
cloudsmith.cloudsmith_entitlements_sync Write write 0 Synchronise tokens from a source repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/sync/ Synchronise tokens from a source repository.
cloudsmith.cloudsmith_entitlements_read Read read 0 Get a specific entitlement in a repository. Official Cloudsmith endpoint: GET /entitlements/{owner}/{repo}/{identifier}/ Get a specific entitlement in a repository.
cloudsmith.cloudsmith_entitlements_partial_update Write write 0 Update a specific entitlement in a repository. Official Cloudsmith endpoint: PATCH /entitlements/{owner}/{repo}/{identifier}/ Update a specific entitlement in a repository.
cloudsmith.cloudsmith_entitlements_delete Write write 0 Delete a specific entitlement in a repository. Official Cloudsmith endpoint: DELETE /entitlements/{owner}/{repo}/{identifier}/ Delete a specific entitlement in a repository.
cloudsmith.cloudsmith_entitlements_disable Write write 0 Disable an entitlement token in a repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/{identifier}/disable/ Disable an entitlement token in a repository.
cloudsmith.cloudsmith_entitlements_enable Write write 0 Enable an entitlement token in a repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/{identifier}/enable/ Enable an entitlement token in a repository.
cloudsmith.cloudsmith_entitlements_refresh Write write 0 Refresh an entitlement token in a repository. Official Cloudsmith endpoint: POST /entitlements/{owner}/{repo}/{identifier}/refresh/ Refresh an entitlement token in a repository.
cloudsmith.cloudsmith_entitlements_reset Write write 0 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.
cloudsmith.cloudsmith_entitlements_toggle_private_broadcasts Write write 0 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
cloudsmith.cloudsmith_files_create Write write 0 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.
cloudsmith.cloudsmith_files_validate Write write 0 Validate parameters used for create. Official Cloudsmith endpoint: POST /files/{owner}/{repo}/validate/ Validate parameters used for create.
cloudsmith.cloudsmith_files_abort Write write 0 Abort a multipart file upload. Official Cloudsmith endpoint: POST /files/{owner}/{repo}/{identifier}/abort/ Abort a multipart file upload.
cloudsmith.cloudsmith_files_complete Write write 0 Complete a multipart file upload. Official Cloudsmith endpoint: POST /files/{owner}/{repo}/{identifier}/complete/ Complete a multipart file upload.
cloudsmith.cloudsmith_files_info Read read 0 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.
cloudsmith.cloudsmith_formats_list Read read 0 Get a list of all supported package formats. Official Cloudsmith endpoint: GET /formats/ Get a list of all supported package formats.
cloudsmith.cloudsmith_formats_read Read read 0 Get a specific supported package format. Official Cloudsmith endpoint: GET /formats/{slug}/ Get a specific supported package format.
cloudsmith.cloudsmith_metrics_entitlements_account_list Read read 0 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.
cloudsmith.cloudsmith_metrics_entitlements_repo_list Read read 0 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.
cloudsmith.cloudsmith_metrics_packages_list Read read 0 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.
cloudsmith.cloudsmith_namespaces_list Read read 0 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.
cloudsmith.cloudsmith_namespaces_read Read read 0 Get a specific namespace that the user belongs to. Official Cloudsmith endpoint: GET /namespaces/{slug}/ Get a specific namespace that the user belongs to.
cloudsmith.cloudsmith_orgs_list Read read 0 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.
cloudsmith.cloudsmith_orgs_read Read read 0 Get the details for the specific organization. Official Cloudsmith endpoint: GET /orgs/{org}/ Get the details for the specific organization.
cloudsmith.cloudsmith_orgs_delete Write write 0 Delete the specified organization. Official Cloudsmith endpoint: DELETE /orgs/{org}/ Delete the specified organization.
cloudsmith.cloudsmith_orgs_deny_policy_list Read read 0 Get a list of all package deny policies. Official Cloudsmith endpoint: GET /orgs/{org}/deny-policy/ Get a list of all package deny policies.
cloudsmith.cloudsmith_orgs_deny_policy_create Write write 0 Create a package deny policy. Official Cloudsmith endpoint: POST /orgs/{org}/deny-policy/ Create a package deny policy.
cloudsmith.cloudsmith_orgs_deny_policy_read Read read 0 Get a package deny policy. Official Cloudsmith endpoint: GET /orgs/{org}/deny-policy/{slug_perm}/ Get a package deny policy.
cloudsmith.cloudsmith_orgs_deny_policy_update Write write 0 Update a package deny policy. Official Cloudsmith endpoint: PUT /orgs/{org}/deny-policy/{slug_perm}/ Update a package deny policy.
cloudsmith.cloudsmith_orgs_deny_policy_partial_update Write write 0 Partially update a package deny policy. Official Cloudsmith endpoint: PATCH /orgs/{org}/deny-policy/{slug_perm}/ Partially update a package deny policy.
cloudsmith.cloudsmith_orgs_deny_policy_delete Write write 0 Delete a package deny policy. Official Cloudsmith endpoint: DELETE /orgs/{org}/deny-policy/{slug_perm}/ Delete a package deny policy.
cloudsmith.cloudsmith_orgs_invites_list Read read 0 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.
cloudsmith.cloudsmith_orgs_invites_create Write write 0 Create an organization invite for a specific user Official Cloudsmith endpoint: POST /orgs/{org}/invites/ Create an organization invite for a specific user
cloudsmith.cloudsmith_orgs_invites_partial_update Write write 0 Update a specific organization invite. Official Cloudsmith endpoint: PATCH /orgs/{org}/invites/{slug_perm}/ Update a specific organization invite.
cloudsmith.cloudsmith_orgs_invites_delete Write write 0 Delete a specific organization invite Official Cloudsmith endpoint: DELETE /orgs/{org}/invites/{slug_perm}/ Delete a specific organization invite
cloudsmith.cloudsmith_orgs_invites_extend Write write 0 Extend an organization invite. Official Cloudsmith endpoint: POST /orgs/{org}/invites/{slug_perm}/extend/ Extend an organization invite.
cloudsmith.cloudsmith_orgs_invites_resend Write write 0 Resend an organization invite. Official Cloudsmith endpoint: POST /orgs/{org}/invites/{slug_perm}/resend/ Resend an organization invite.
cloudsmith.cloudsmith_orgs_license_policy_violation_list Read read 0 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.
cloudsmith.cloudsmith_orgs_license_policy_list Read read 0 Get a list of all package license policies. Official Cloudsmith endpoint: GET /orgs/{org}/license-policy/ Get a list of all package license policies.
cloudsmith.cloudsmith_orgs_license_policy_create Write write 0 Create a package license policy. Official Cloudsmith endpoint: POST /orgs/{org}/license-policy/ Create a package license policy.
cloudsmith.cloudsmith_orgs_license_policy_evaluation_list Read read 0 List evaluation requests for this policy. Official Cloudsmith endpoint: GET /orgs/{org}/license-policy/{policy_slug_perm}/evaluation/ List evaluation requests for this policy.
cloudsmith.cloudsmith_orgs_license_policy_evaluation_create Write write 0 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.
cloudsmith.cloudsmith_orgs_license_policy_evaluation_read Read read 0 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.
cloudsmith.cloudsmith_orgs_license_policy_read Read read 0 Get a package license policy. Official Cloudsmith endpoint: GET /orgs/{org}/license-policy/{slug_perm}/ Get a package license policy.
cloudsmith.cloudsmith_orgs_license_policy_update Write write 0 Update a package license policy. Official Cloudsmith endpoint: PUT /orgs/{org}/license-policy/{slug_perm}/ Update a package license policy.
cloudsmith.cloudsmith_orgs_license_policy_partial_update Write write 0 Partially update a package license policy. Official Cloudsmith endpoint: PATCH /orgs/{org}/license-policy/{slug_perm}/ Partially update a package license policy.
cloudsmith.cloudsmith_orgs_license_policy_delete Write write 0 Delete a package license policy. Official Cloudsmith endpoint: DELETE /orgs/{org}/license-policy/{slug_perm}/ Delete a package license policy.
cloudsmith.cloudsmith_orgs_members_list Read read 0 Get the details for all organization members. Official Cloudsmith endpoint: GET /orgs/{org}/members/ Get the details for all organization members.
cloudsmith.cloudsmith_orgs_members_read Read read 0 Get the details for a specific organization member. Official Cloudsmith endpoint: GET /orgs/{org}/members/{member}/ Get the details for a specific organization member.
cloudsmith.cloudsmith_orgs_members_partial_update Write write 0 Views for working with organization members. Official Cloudsmith endpoint: PATCH /orgs/{org}/members/{member}/ Views for working with organization members.
cloudsmith.cloudsmith_orgs_members_delete Write write 0 Removes a member from the organization. Official Cloudsmith endpoint: DELETE /orgs/{org}/members/{member}/ Removes a member from the organization.
cloudsmith.cloudsmith_orgs_members_refresh Write write 0 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.
cloudsmith.cloudsmith_orgs_members_remove Read read 0 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).
cloudsmith.cloudsmith_orgs_members_update_role Write write 0 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.
cloudsmith.cloudsmith_orgs_members_update_visibility Write write 0 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.
cloudsmith.cloudsmith_orgs_openid_connect_list Read read 0 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.
cloudsmith.cloudsmith_orgs_openid_connect_create Write write 0 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.
cloudsmith.cloudsmith_orgs_openid_connect_dynamic_mappings_list Read read 0 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
cloudsmith.cloudsmith_orgs_openid_connect_dynamic_mappings_read Read read 0 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
cloudsmith.cloudsmith_orgs_openid_connect_read Read read 0 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.
cloudsmith.cloudsmith_orgs_openid_connect_update Write write 0 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.
cloudsmith.cloudsmith_orgs_openid_connect_partial_update Write write 0 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.
cloudsmith.cloudsmith_orgs_openid_connect_delete Write write 0 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.
cloudsmith.cloudsmith_orgs_saml_authentication_read Read read 0 Retrieve the SAML Authentication settings for this Organization. Official Cloudsmith endpoint: GET /orgs/{org}/saml-authentication Retrieve the SAML Authentication settings for this Organization.
cloudsmith.cloudsmith_orgs_saml_authentication_partial_update Write write 0 Update the SAML Authentication settings for this Organization. Official Cloudsmith endpoint: PATCH /orgs/{org}/saml-authentication Update the SAML Authentication settings for this Organization.
cloudsmith.cloudsmith_orgs_saml_group_sync_list Read read 0 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.
cloudsmith.cloudsmith_orgs_saml_group_sync_create Write write 0 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.
cloudsmith.cloudsmith_orgs_saml_group_sync_disable Write write 0 Disable SAML Group Sync for this organization. Official Cloudsmith endpoint: POST /orgs/{org}/saml-group-sync/disable/ Disable SAML Group Sync for this organization.
cloudsmith.cloudsmith_orgs_saml_group_sync_enable Write write 0 Enable SAML Group Sync for this organization. Official Cloudsmith endpoint: POST /orgs/{org}/saml-group-sync/enable/ Enable SAML Group Sync for this organization.
cloudsmith.cloudsmith_orgs_saml_group_sync_status Read read 0 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.
cloudsmith.cloudsmith_orgs_saml_group_sync_delete Write write 0 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.
cloudsmith.cloudsmith_orgs_services_list Read read 0 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.
cloudsmith.cloudsmith_orgs_services_create Write write 0 Create a service within an organization. Official Cloudsmith endpoint: POST /orgs/{org}/services/ Create a service within an organization.
cloudsmith.cloudsmith_orgs_services_read Read read 0 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.
cloudsmith.cloudsmith_orgs_services_partial_update Write write 0 Update a service within an organization. Official Cloudsmith endpoint: PATCH /orgs/{org}/services/{service}/ Update a service within an organization.
cloudsmith.cloudsmith_orgs_services_delete Write write 0 Delete a specific service Official Cloudsmith endpoint: DELETE /orgs/{org}/services/{service}/ Delete a specific service
cloudsmith.cloudsmith_orgs_services_refresh Write write 0 Refresh service API token. Official Cloudsmith endpoint: POST /orgs/{org}/services/{service}/refresh/ Refresh service API token.
cloudsmith.cloudsmith_orgs_teams_list Read read 0 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.
cloudsmith.cloudsmith_orgs_teams_create Write write 0 Create a team for this organization. Official Cloudsmith endpoint: POST /orgs/{org}/teams/ Create a team for this organization.
cloudsmith.cloudsmith_orgs_teams_read Read read 0 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.
cloudsmith.cloudsmith_orgs_teams_partial_update Write write 0 Update a specific team in a organization. Official Cloudsmith endpoint: PATCH /orgs/{org}/teams/{team}/ Update a specific team in a organization.
cloudsmith.cloudsmith_orgs_teams_delete Write write 0 Delete a specific team in a organization. Official Cloudsmith endpoint: DELETE /orgs/{org}/teams/{team}/ Delete a specific team in a organization.
cloudsmith.cloudsmith_orgs_teams_members_list Read read 0 List all members for the team. Official Cloudsmith endpoint: GET /orgs/{org}/teams/{team}/members List all members for the team.
cloudsmith.cloudsmith_orgs_teams_members_create Write write 0 Add users to a team. Official Cloudsmith endpoint: POST /orgs/{org}/teams/{team}/members Add users to a team.
cloudsmith.cloudsmith_orgs_teams_members_update Write write 0 Replace all team members. Official Cloudsmith endpoint: PUT /orgs/{org}/teams/{team}/members Replace all team members.
cloudsmith.cloudsmith_orgs_vulnerability_policy_violation_list Read read 0 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.
cloudsmith.cloudsmith_orgs_vulnerability_policy_list Read read 0 Get a list of all package vulnerability policies. Official Cloudsmith endpoint: GET /orgs/{org}/vulnerability-policy/ Get a list of all package vulnerability policies.
cloudsmith.cloudsmith_orgs_vulnerability_policy_create Write write 0 Create a package vulnerability policy. Official Cloudsmith endpoint: POST /orgs/{org}/vulnerability-policy/ Create a package vulnerability policy.
cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_list Read read 0 List evaluation requests for this policy. Official Cloudsmith endpoint: GET /orgs/{org}/vulnerability-policy/{policy_slug_perm}/evaluation/ List evaluation requests for this policy.
cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_create Write write 0 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.
cloudsmith.cloudsmith_orgs_vulnerability_policy_evaluation_read Read read 0 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.
cloudsmith.cloudsmith_orgs_vulnerability_policy_read Read read 0 Get a package vulnerability policy. Official Cloudsmith endpoint: GET /orgs/{org}/vulnerability-policy/{slug_perm}/ Get a package vulnerability policy.
cloudsmith.cloudsmith_orgs_vulnerability_policy_update Write write 0 Update a package vulnerability policy. Official Cloudsmith endpoint: PUT /orgs/{org}/vulnerability-policy/{slug_perm}/ Update a package vulnerability policy.
cloudsmith.cloudsmith_orgs_vulnerability_policy_partial_update Write write 0 Partially update a package vulnerability policy. Official Cloudsmith endpoint: PATCH /orgs/{org}/vulnerability-policy/{slug_perm}/ Partially update a package vulnerability policy.
cloudsmith.cloudsmith_orgs_vulnerability_policy_delete Write write 0 Delete a package vulnerability policy. Official Cloudsmith endpoint: DELETE /orgs/{org}/vulnerability-policy/{slug_perm}/ Delete a package vulnerability policy.
cloudsmith.cloudsmith_packages_list Read read 0 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.
cloudsmith.cloudsmith_packages_groups_list Read read 0 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.
cloudsmith.cloudsmith_packages_upload_alpine Write write 0 Create a new Alpine package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/alpine/ Create a new Alpine package
cloudsmith.cloudsmith_packages_upload_cargo Write write 0 Create a new Cargo package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/cargo/ Create a new Cargo package
cloudsmith.cloudsmith_packages_upload_cocoapods Write write 0 Create a new CocoaPods package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/cocoapods/ Create a new CocoaPods package
cloudsmith.cloudsmith_packages_upload_composer Write write 0 Create a new Composer package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/composer/ Create a new Composer package
cloudsmith.cloudsmith_packages_upload_conan Write write 0 Create a new Conan package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/conan/ Create a new Conan package
cloudsmith.cloudsmith_packages_upload_conda Write write 0 Create a new Conda package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/conda/ Create a new Conda package
cloudsmith.cloudsmith_packages_upload_cran Write write 0 Create a new CRAN package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/cran/ Create a new CRAN package
cloudsmith.cloudsmith_packages_upload_dart Write write 0 Create a new Dart package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/dart/ Create a new Dart package
cloudsmith.cloudsmith_packages_upload_deb Write write 0 Create a new Debian package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/deb/ Create a new Debian package
cloudsmith.cloudsmith_packages_upload_docker Write write 0 Create a new Docker package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/docker/ Create a new Docker package
cloudsmith.cloudsmith_packages_upload_generic Write write 0 Create a new Generic package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/generic/ Create a new Generic package
cloudsmith.cloudsmith_packages_upload_go Write write 0 Create a new Go package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/go/ Create a new Go package
cloudsmith.cloudsmith_packages_upload_helm Write write 0 Create a new Helm package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/helm/ Create a new Helm package
cloudsmith.cloudsmith_packages_upload_hex Write write 0 Create a new Hex package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/hex/ Create a new Hex package
cloudsmith.cloudsmith_packages_upload_huggingface Write write 0 Create a new HuggingFace package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/huggingface/ Create a new HuggingFace package
cloudsmith.cloudsmith_packages_upload_luarocks Write write 0 Create a new LuaRocks package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/luarocks/ Create a new LuaRocks package
cloudsmith.cloudsmith_packages_upload_maven Write write 0 Create a new Maven package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/maven/ Create a new Maven package
cloudsmith.cloudsmith_packages_upload_mcp Write write 0 Create a new MCP package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/mcp/ Create a new MCP package
cloudsmith.cloudsmith_packages_upload_npm Write write 0 Create a new npm package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/npm/ Create a new npm package
cloudsmith.cloudsmith_packages_upload_nuget Write write 0 Create a new NuGet package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/nuget/ Create a new NuGet package
cloudsmith.cloudsmith_packages_upload_p2 Write write 0 Create a new P2 package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/p2/ Create a new P2 package
cloudsmith.cloudsmith_packages_upload_python Write write 0 Create a new Python package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/python/ Create a new Python package
cloudsmith.cloudsmith_packages_upload_raw Write write 0 Create a new Raw package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/raw/ Create a new Raw package
cloudsmith.cloudsmith_packages_upload_rpm Write write 0 Create a new RedHat package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/rpm/ Create a new RedHat package
cloudsmith.cloudsmith_packages_upload_ruby Write write 0 Create a new Ruby package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/ruby/ Create a new Ruby package
cloudsmith.cloudsmith_packages_upload_swift Write write 0 Create a new Swift package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/swift/ Create a new Swift package
cloudsmith.cloudsmith_packages_upload_terraform Write write 0 Create a new Terraform package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/terraform/ Create a new Terraform package
cloudsmith.cloudsmith_packages_upload_vagrant Write write 0 Create a new Vagrant package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/vagrant/ Create a new Vagrant package
cloudsmith.cloudsmith_packages_upload_vsx Write write 0 Create a new VSX package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/upload/vsx/ Create a new VSX package
cloudsmith.cloudsmith_packages_validate_upload_alpine Write write 0 Validate parameters for create Alpine package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/alpine/ Validate parameters for create Alpine package
cloudsmith.cloudsmith_packages_validate_upload_cargo Write write 0 Validate parameters for create Cargo package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/cargo/ Validate parameters for create Cargo package
cloudsmith.cloudsmith_packages_validate_upload_cocoapods Write write 0 Validate parameters for create CocoaPods package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/cocoapods/ Validate parameters for create CocoaPods package
cloudsmith.cloudsmith_packages_validate_upload_composer Write write 0 Validate parameters for create Composer package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/composer/ Validate parameters for create Composer package
cloudsmith.cloudsmith_packages_validate_upload_conan Write write 0 Validate parameters for create Conan package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/conan/ Validate parameters for create Conan package
cloudsmith.cloudsmith_packages_validate_upload_conda Write write 0 Validate parameters for create Conda package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/conda/ Validate parameters for create Conda package
cloudsmith.cloudsmith_packages_validate_upload_cran Write write 0 Validate parameters for create CRAN package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/cran/ Validate parameters for create CRAN package
cloudsmith.cloudsmith_packages_validate_upload_dart Write write 0 Validate parameters for create Dart package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/dart/ Validate parameters for create Dart package
cloudsmith.cloudsmith_packages_validate_upload_deb Write write 0 Validate parameters for create Debian package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/deb/ Validate parameters for create Debian package
cloudsmith.cloudsmith_packages_validate_upload_docker Write write 0 Validate parameters for create Docker package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/docker/ Validate parameters for create Docker package
cloudsmith.cloudsmith_packages_validate_upload_generic Write write 0 Validate parameters for create Generic package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/generic/ Validate parameters for create Generic package
cloudsmith.cloudsmith_packages_validate_upload_go Write write 0 Validate parameters for create Go package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/go/ Validate parameters for create Go package
cloudsmith.cloudsmith_packages_validate_upload_helm Write write 0 Validate parameters for create Helm package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/helm/ Validate parameters for create Helm package
cloudsmith.cloudsmith_packages_validate_upload_hex Write write 0 Validate parameters for create Hex package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/hex/ Validate parameters for create Hex package
cloudsmith.cloudsmith_packages_validate_upload_huggingface Write write 0 Validate parameters for create HuggingFace package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/huggingface/ Validate parameters for create HuggingFace package
cloudsmith.cloudsmith_packages_validate_upload_luarocks Write write 0 Validate parameters for create LuaRocks package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/luarocks/ Validate parameters for create LuaRocks package
cloudsmith.cloudsmith_packages_validate_upload_maven Write write 0 Validate parameters for create Maven package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/maven/ Validate parameters for create Maven package
cloudsmith.cloudsmith_packages_validate_upload_mcp Write write 0 Validate parameters for create MCP package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/mcp/ Validate parameters for create MCP package
cloudsmith.cloudsmith_packages_validate_upload_npm Write write 0 Validate parameters for create npm package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/npm/ Validate parameters for create npm package
cloudsmith.cloudsmith_packages_validate_upload_nuget Write write 0 Validate parameters for create NuGet package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/nuget/ Validate parameters for create NuGet package
cloudsmith.cloudsmith_packages_validate_upload_p2 Write write 0 Validate parameters for create P2 package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/p2/ Validate parameters for create P2 package
cloudsmith.cloudsmith_packages_validate_upload_python Write write 0 Validate parameters for create Python package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/python/ Validate parameters for create Python package
cloudsmith.cloudsmith_packages_validate_upload_raw Write write 0 Validate parameters for create Raw package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/raw/ Validate parameters for create Raw package
cloudsmith.cloudsmith_packages_validate_upload_rpm Write write 0 Validate parameters for create RedHat package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/rpm/ Validate parameters for create RedHat package
cloudsmith.cloudsmith_packages_validate_upload_ruby Write write 0 Validate parameters for create Ruby package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/ruby/ Validate parameters for create Ruby package
cloudsmith.cloudsmith_packages_validate_upload_swift Write write 0 Validate parameters for create Swift package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/swift/ Validate parameters for create Swift package
cloudsmith.cloudsmith_packages_validate_upload_terraform Write write 0 Validate parameters for create Terraform package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/terraform/ Validate parameters for create Terraform package
cloudsmith.cloudsmith_packages_validate_upload_vagrant Write write 0 Validate parameters for create Vagrant package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/vagrant/ Validate parameters for create Vagrant package
cloudsmith.cloudsmith_packages_validate_upload_vsx Write write 0 Validate parameters for create VSX package Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/validate-upload/vsx/ Validate parameters for create VSX package
cloudsmith.cloudsmith_packages_read Read read 0 Get a specific package in a repository. Official Cloudsmith endpoint: GET /packages/{owner}/{repo}/{identifier}/ Get a specific package in a repository.
cloudsmith.cloudsmith_packages_delete Write write 0 Delete a specific package in a repository. Official Cloudsmith endpoint: DELETE /packages/{owner}/{repo}/{identifier}/ Delete a specific package in a repository.
cloudsmith.cloudsmith_packages_copy Write write 0 Copy a package to another repository. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/copy/ Copy a package to another repository.
cloudsmith.cloudsmith_packages_dependencies Read read 0 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
cloudsmith.cloudsmith_packages_move Write write 0 Move a package to another repository. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/move/ Move a package to another repository.
cloudsmith.cloudsmith_packages_quarantine Write write 0 Quarantine or release a package. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/quarantine/ Quarantine or release a package.
cloudsmith.cloudsmith_packages_resync Write write 0 Schedule a package for resynchronisation. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/resync/ Schedule a package for resynchronisation.
cloudsmith.cloudsmith_packages_scan Write write 0 Schedule a package for scanning. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/scan/ Schedule a package for scanning.
cloudsmith.cloudsmith_packages_status Read read 0 Get the synchronization status for a package. Official Cloudsmith endpoint: GET /packages/{owner}/{repo}/{identifier}/status/ Get the synchronization status for a package.
cloudsmith.cloudsmith_packages_tag Write write 0 Add/Replace/Remove tags for a package. Official Cloudsmith endpoint: POST /packages/{owner}/{repo}/{identifier}/tag/ Add/Replace/Remove tags for a package.
cloudsmith.cloudsmith_packages_update_license Write write 0 Update the license for a package. Official Cloudsmith endpoint: PATCH /packages/{owner}/{repo}/{identifier}/update-license/ Update the license for a package.
cloudsmith.cloudsmith_quota_history_read Read read 0 Quota history for a given namespace. Official Cloudsmith endpoint: GET /quota/history/{owner}/ Quota history for a given namespace.
cloudsmith.cloudsmith_quota_oss_history_read Read read 0 Open-source Quota history for a given namespace. Official Cloudsmith endpoint: GET /quota/oss/history/{owner}/ Open-source Quota history for a given namespace.
cloudsmith.cloudsmith_quota_oss_read Read read 0 Open-source Quota usage for a given namespace. Official Cloudsmith endpoint: GET /quota/oss/{owner}/ Open-source Quota usage for a given namespace.
cloudsmith.cloudsmith_quota_read Read read 0 Quota usage for a given namespace. Official Cloudsmith endpoint: GET /quota/{owner}/ Quota usage for a given namespace.
cloudsmith.cloudsmith_rates_limits_list Read read 0 Endpoint to check rate limits for current user. Official Cloudsmith endpoint: GET /rates/limits/ Endpoint to check rate limits for current user.
cloudsmith.cloudsmith_recycle_bin_list Read read 0 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.
cloudsmith.cloudsmith_recycle_bin_action Write write 0 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
cloudsmith.cloudsmith_repos_user_list Read read 0 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.
cloudsmith.cloudsmith_repos_namespace_list Read read 0 Get a list of all repositories within a namespace. Official Cloudsmith endpoint: GET /repos/{owner}/ Get a list of all repositories within a namespace.
cloudsmith.cloudsmith_repos_create Write write 0 Create a new repository in a given namespace. Official Cloudsmith endpoint: POST /repos/{owner}/ Create a new repository in a given namespace.
cloudsmith.cloudsmith_repos_read Read read 0 Get a specific repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/ Get a specific repository.
cloudsmith.cloudsmith_repos_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_delete Write write 0 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
cloudsmith.cloudsmith_repos_ecdsa_list Read read 0 Retrieve the active ECDSA key for the Repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/ecdsa/ Retrieve the active ECDSA key for the Repository.
cloudsmith.cloudsmith_repos_ecdsa_create Write write 0 Set the active ECDSA key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/ecdsa/ Set the active ECDSA key for the Repository.
cloudsmith.cloudsmith_repos_ecdsa_regenerate Write write 0 Regenerate ECDSA Key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/ecdsa/regenerate/ Regenerate ECDSA Key for the Repository.
cloudsmith.cloudsmith_repos_geoip_read Read read 0 List all repository geoip rules. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/geoip List all repository geoip rules.
cloudsmith.cloudsmith_repos_geoip_update Write write 0 Replace repository geoip rules. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/geoip Replace repository geoip rules.
cloudsmith.cloudsmith_repos_geoip_partial_update Write write 0 Partially update repository geoip rules. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/geoip Partially update repository geoip rules.
cloudsmith.cloudsmith_repos_geoip_disable Write write 0 Disable GeoIP for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/geoip/disable/ Disable GeoIP for this repository.
cloudsmith.cloudsmith_repos_geoip_enable Write write 0 Enable GeoIP for this repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/geoip/enable/ Enable GeoIP for this repository.
cloudsmith.cloudsmith_api_repos_geoip_status Read read 0 Retrieve the GeoIP status for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/geoip/status/ Retrieve the GeoIP status for this repository.
cloudsmith.cloudsmith_repos_geoip_test Write write 0 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.
cloudsmith.cloudsmith_repos_gpg_list Read read 0 Retrieve the active GPG key for the Repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/gpg/ Retrieve the active GPG key for the Repository.
cloudsmith.cloudsmith_repos_gpg_create Write write 0 Set the active GPG key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/gpg/ Set the active GPG key for the Repository.
cloudsmith.cloudsmith_repos_gpg_regenerate Write write 0 Regenerate GPG Key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/gpg/regenerate/ Regenerate GPG Key for the Repository.
cloudsmith.cloudsmith_repos_privileges_list Read read 0 List all explicity created privileges for the repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/privileges List all explicity created privileges for the repository.
cloudsmith.cloudsmith_repos_privileges_update Write write 0 Replace all existing repository privileges with those specified. Official Cloudsmith endpoint: PUT /repos/{owner}/{identifier}/privileges Replace all existing repository privileges with those specified.
cloudsmith.cloudsmith_repos_privileges_partial_update Write write 0 Modify privileges for the repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{identifier}/privileges Modify privileges for the repository.
cloudsmith.cloudsmith_repos_rsa_list Read read 0 Retrieve the active RSA key for the Repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/rsa/ Retrieve the active RSA key for the Repository.
cloudsmith.cloudsmith_repos_rsa_create Write write 0 Set the active RSA key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/rsa/ Set the active RSA key for the Repository.
cloudsmith.cloudsmith_repos_rsa_regenerate Write write 0 Regenerate RSA Key for the Repository. Official Cloudsmith endpoint: POST /repos/{owner}/{identifier}/rsa/regenerate/ Regenerate RSA Key for the Repository.
cloudsmith.cloudsmith_repos_upstream_alpine_list Read read 0 List Alpine upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/alpine/ List Alpine upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_alpine_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_alpine_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_alpine_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_alpine_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_alpine_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_cargo_list Read read 0 List Cargo upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/cargo/ List Cargo upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_cargo_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_cargo_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_cargo_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_cargo_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_cargo_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_composer_list Read read 0 List Composer upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/composer/ List Composer upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_composer_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_composer_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_composer_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_composer_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_composer_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_conda_list Read read 0 List Conda upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/conda/ List Conda upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_conda_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_conda_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_conda_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_conda_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_conda_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_cran_list Read read 0 List CRAN upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/cran/ List CRAN upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_cran_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_cran_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_cran_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_cran_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_cran_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_dart_list Read read 0 List Dart upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/dart/ List Dart upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_dart_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_dart_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_dart_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_dart_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_dart_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_deb_list Read read 0 List Debian upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/deb/ List Debian upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_deb_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_deb_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_deb_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_deb_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_deb_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_docker_list Read read 0 List Docker upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/docker/ List Docker upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_docker_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_docker_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_docker_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_docker_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_docker_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_generic_list Read read 0 List Generic upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/generic/ List Generic upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_generic_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_generic_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_generic_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_generic_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_generic_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_go_list Read read 0 List Go upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/go/ List Go upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_go_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_go_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_go_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_go_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_go_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_helm_list Read read 0 List Helm upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/helm/ List Helm upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_helm_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_helm_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_helm_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_helm_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_helm_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_hex_list Read read 0 List Hex upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/hex/ List Hex upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_hex_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_hex_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_hex_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_hex_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_hex_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_huggingface_list Read read 0 List HuggingFace upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/huggingface/ List HuggingFace upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_huggingface_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_huggingface_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_huggingface_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_huggingface_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_huggingface_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_maven_list Read read 0 List Maven upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/maven/ List Maven upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_maven_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_maven_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_maven_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_maven_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_maven_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_npm_list Read read 0 List npm upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/npm/ List npm upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_npm_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_npm_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_npm_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_npm_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_npm_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_nuget_list Read read 0 List NuGet upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/nuget/ List NuGet upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_nuget_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_nuget_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_nuget_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_nuget_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_nuget_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_python_list Read read 0 List Python upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/python/ List Python upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_python_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_python_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_python_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_python_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_python_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_rpm_list Read read 0 List RedHat upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/rpm/ List RedHat upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_rpm_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_rpm_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_rpm_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_rpm_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_rpm_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_ruby_list Read read 0 List Ruby upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/ruby/ List Ruby upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_ruby_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_ruby_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_ruby_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_ruby_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_ruby_delete Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_swift_list Read read 0 List Swift upstream configs for this repository. Official Cloudsmith endpoint: GET /repos/{owner}/{identifier}/upstream/swift/ List Swift upstream configs for this repository.
cloudsmith.cloudsmith_repos_upstream_swift_create Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_swift_read Read read 0 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.
cloudsmith.cloudsmith_repos_upstream_swift_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_swift_partial_update Write write 0 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.
cloudsmith.cloudsmith_repos_upstream_swift_delete Write write 0 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.
cloudsmith.cloudsmith_repos_x509_ecdsa_list Read read 0 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.
cloudsmith.cloudsmith_repos_x509_rsa_list Read read 0 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.
cloudsmith.cloudsmith_repo_retention_read Read read 0 Retrieve the retention rules for the repository. Official Cloudsmith endpoint: GET /repos/{owner}/{repo}/retention/ Retrieve the retention rules for the repository.
cloudsmith.cloudsmith_repo_retention_partial_update Write write 0 Update the retention rules for the repository. Official Cloudsmith endpoint: PATCH /repos/{owner}/{repo}/retention/ Update the retention rules for the repository.
cloudsmith.cloudsmith_repos_transfer_region Write write 0 Transfer a repository to a different region. Official Cloudsmith endpoint: POST /repos/{owner}/{repo}/transfer-region/ Transfer a repository to a different region.
cloudsmith.cloudsmith_status_check_basic Read read 0 Endpoint to check basic API connectivity. Official Cloudsmith endpoint: GET /status/check/basic/ Endpoint to check basic API connectivity.
cloudsmith.cloudsmith_storage_regions_list Read read 0 Get a list of all available storage regions. Official Cloudsmith endpoint: GET /storage-regions/ Get a list of all available storage regions.
cloudsmith.cloudsmith_storage_regions_read Read read 0 Get a specific storage region. Official Cloudsmith endpoint: GET /storage-regions/{slug}/ Get a specific storage region.
cloudsmith.cloudsmith_user_self Read read 0 Provide a brief for the current user (if any). Official Cloudsmith endpoint: GET /user/self/ Provide a brief for the current user (if any).
cloudsmith.cloudsmith_user_token_create Write write 0 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
cloudsmith.cloudsmith_user_tokens_list Read read 0 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.
cloudsmith.cloudsmith_user_tokens_create Write write 0 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.
cloudsmith.cloudsmith_user_tokens_refresh Write write 0 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.
cloudsmith.cloudsmith_users_profile_read Read read 0 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).
cloudsmith.cloudsmith_vulnerabilities_namespace_list Read read 0 Lists scan results for a specific namespace. Official Cloudsmith endpoint: GET /vulnerabilities/{owner}/ Lists scan results for a specific namespace.
cloudsmith.cloudsmith_vulnerabilities_repo_list Read read 0 Lists scan results for a specific repository. Official Cloudsmith endpoint: GET /vulnerabilities/{owner}/{repo}/ Lists scan results for a specific repository.
cloudsmith.cloudsmith_vulnerabilities_package_list Read read 0 Lists scan results for a specific package. Official Cloudsmith endpoint: GET /vulnerabilities/{owner}/{repo}/{package}/ Lists scan results for a specific package.
cloudsmith.cloudsmith_vulnerabilities_read Read read 0 Get a scan result. Official Cloudsmith endpoint: GET /vulnerabilities/{owner}/{repo}/{package}/{identifier}/ Get a scan result.
cloudsmith.cloudsmith_webhooks_list Read read 0 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.
cloudsmith.cloudsmith_webhooks_create Write write 0 Create a specific webhook in a repository. Official Cloudsmith endpoint: POST /webhooks/{owner}/{repo}/ Create a specific webhook in a repository.
cloudsmith.cloudsmith_webhooks_read Read read 0 Views for working with repository webhooks. Official Cloudsmith endpoint: GET /webhooks/{owner}/{repo}/{identifier}/ Views for working with repository webhooks.
cloudsmith.cloudsmith_webhooks_partial_update Write write 0 Update a specific webhook in a repository. Official Cloudsmith endpoint: PATCH /webhooks/{owner}/{repo}/{identifier}/ Update a specific webhook in a repository.
cloudsmith.cloudsmith_webhooks_delete Write write 0 Delete a specific webhook in a repository. Official Cloudsmith endpoint: DELETE /webhooks/{owner}/{repo}/{identifier}/ Delete a specific webhook in a repository.