apps_approve

Approve verified submissions for processing. If a submission is in the Verified state but APPS requires an additional approval from the user because No Prompt Processing is disabled this command may be used to provide that approval. For accounts that have No Prompt Processing enabled this command will be unnecessary.

Usage

usage: apps_approve [-h] [-s SETTINGS]
                    [--log-level {OFF,DEBUG,INFO,WARNING,ERROR,CRITICAL}]
                    [--trust-env] [--stack-trace] [-j] [--no-progress]
                    [D [D ...]]

Positional Arguments

D

The selector specifying the data(s) to approve for processing. If no identifiers are given all verified data is approved. Valid data selectors are universal data identifiers in the form XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX, data name strings, the shortcut ‘all’ for all data, or one of the following states: [‘Verified’]

Named Arguments

-s, --settings

APPS configuration parameters, including access credentials. See the website, to download this file. Default: ~/.apps_settings

Default: “~/.apps_settings”

--log-level

Possible choices: OFF, DEBUG, INFO, WARNING, ERROR, CRITICAL

Set the logging level, OFF is silent and DEBUG is the highest verbosity. Default: OFF

Default: OFF

--trust-env

Trust environment settings for proxy configuration, default authentication and similar. Default: False

Default: False

--stack-trace

Allow exceptions to propagate out. Default: False

Default: False

-j, --json

Print all output in json format to facilitate machine parsing of command returns. If not enabled some commands will attempt to print status information in a more human friendly format. Default: False

Default: False

--no-progress

Turn off authorization progress updates.

Default: False

Example

$ apps_approve
Authorized e8db6b9a-7b11-11e8-9cb4-e0db5501adf2 for processing.
Authorized 23388eee-7b12-11e8-a8f5-e0db5501adf2 for processing.
$