Enums§
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