Module query

Source

Enums§

TokenKind

Functions§

all_app_versions
Load all versions of an app.
all_app_versions_by_id
Load all versions of an app id.
app_deployment
Get an app deployment by ID.
app_deployments
Get app deployments for an app.
app_version_activate
Activate a particular version of an app.
create_namespace
Create a new namespace.
create_nonce
Generate a new Nonce
current_user
Get the currently logged in user.
current_user_with_namespaces
Get the currently logged in user, together with all accessible namespaces.
delete_app
Delete an app.
delete_app_secret
fetch_all_app_template_frameworks
Fetch all frameworks from available app templates by paginating through the responses.
fetch_all_app_template_languages
Fetch all languages from available app templates by paginating through the responses.
fetch_all_app_templates
Fetch all app templates by paginating through the responses.
fetch_all_app_templates_from_framework
Fetch all app templates by paginating through the responses.
fetch_all_app_templates_from_language
Fetch all app templates by paginating through the responses.
fetch_app_template_frameworks
Fetch frameworks from available app templates.
fetch_app_template_from_slug
Fetch app templates.
fetch_app_template_languages
Fetch languages from available app templates.
fetch_app_templates
Fetch app templates.
fetch_app_templates_from_framework
Fetch app templates.
fetch_webc_package
Load a webc package from the registry.
generate_deploy_config_token_raw
get_all_app_regions
Load all available regions.
get_all_app_secrets
Load all secrets of an app.
get_all_app_secrets_filtered
Load all secrets of an app.
get_all_dns_records
Retrieve all DNS records.
get_all_dns_records_stream
Retrieve a domain by its name.
get_all_domains
Retrieve all DNS domains.
get_app
Retrieve an app.
get_app_and_package_by_name
Retrieve an app together with a specific version.
get_app_by_alias
Retrieve an app by its global alias.
get_app_by_id
Retrieve an app by its global id.
get_app_by_id_opt
Retrieve an app by its global id.
get_app_databases
Retrieve volumes for an app.
get_app_logs_paginated
Get pages of logs associated with an application that lie within the specified date range.
get_app_logs_paginated_filter_instance
Get pages of logs associated with an application that lie within the specified date range with a specific instance identifier.
get_app_logs_paginated_filter_request
Get pages of logs associated with an specific request for application that lie within the specified date range.
get_app_s3_credentials
Load the S3 credentials.
get_app_secret_by_name
get_app_secret_value_by_id
get_app_secrets
Retrieve secrets for an app.
get_app_version
Retrieve an app version.
get_app_version_by_id
Retrieve an app version by its global id.
get_app_version_by_id_with_app
get_app_volumes
Retrieve volumes for an app.
get_app_with_version
Retrieve an app together with a specific version.
get_app_with_version_by_id
Retrieve an app together with a specific version.
get_deploy_app_versions
Retrieve versions for an app.
get_deploy_app_versions_by_id
Retrieve versions for an app.
get_deploy_apps
Retrieve apps.
get_deploy_apps_stream
Retrieve apps as a stream that will automatically paginate.
get_domain
Retrieve a domain by its name.
get_domain_with_records
Retrieve a domain by its name, along with all it’s records.
get_domain_zone_file
Retrieve a domain by its name.
get_namespace
Retrieve a namespace by its name.
get_node
Retrieve a node based on its global id.
get_package
Retrieve a package by its name.
get_package_release
Retrieve a package release by hash.
get_package_releases
get_package_releases_stream
Retrieve all package releases as a stream.
get_package_version
Retrieve a package version by its name.
get_package_versions
Retrieve package versions for an app.
get_package_versions_stream
Retrieve all versions of a package as a stream that auto-paginates.
get_regions
Retrieve regions.
get_signed_url_for_package_upload
Get a signed URL to upload packages.
list_bindings
List all bindings associated with a particular package.
namespace_apps
Get apps for a specific namespace.
publish_deploy_app
Publish a new app (version).
purge_cache_for_app_version
push_package_release
Push a package to the registry.
redeploy_app_by_id
register_domain
Register a new domain
revoke_token
Revoke an existing token
rotate_s3_secrets
Rotate the s3 secrets tied to an app given its id.
tag_package_release
upsert_app_secret
Update or create an app secret.
upsert_app_secrets
Update or create app secrets in bulk.
upsert_domain_from_zone_file
Publish a new app (version).
user_accessible_apps
List all apps that are accessible by the current user.
user_apps
List all apps that are accessible by the current user.
user_namespaces
Get all namespaces accessible by the current user.
viewer_can_deploy_to_namespace