Skip to main content

scopes_read

Scopes are the definition in nullplatform of a deployable component, they have a type, a configuration and also can be deployed with a release

To list the scopes of an application you can use:

np scope list --application_id <application_id> --api-key <api_key>

If you want to check the deployments of an scope you can use:

np deployment list --application_id <application_id> --scope_id <scope_id> --api-key <api_key

Optionally you and add --include_messages to get all the deployment messages.

If you want to directly get a particular deployment you can use:

np deployment read --id <deployment_id> --api-key <api_key>