parameters_read
Parameters in nullplatform are the way to ship environment variables and configuration files to the application, those will be available in the scopes when you deploy
A parameter is defined with a name and an environment variable or file depending on the type of parameter. A parameter can be also secret
After a parameter is defined it can contains values a value is a content for an specific place that can be a scope a dimension or any If you have multiple values for a parameter the most specific will be used in your scope. The most specific is scope, then dimension and then any
To list the parameters for an application you can use the command:
np parameter list --nrn <application_nrn> --api-key <api_key>
If you need to get the application nrn you can use the command:
np application get --id <application_id> --api-key <api_key>