``` $ rcodesign help notary-wait Wait for completion of a previous submission Usage: rcodesign[EXE] notary-wait [OPTIONS] Arguments: The ID of the previous submission to wait on Options: -C, --config-file Explicit configuration file to load. If provided, the default configuration files are not loaded, even if they exist. Can be specified multiple times. Files are loaded/merged in the order given. The special value `/dev/null` can be used to specify an empty/null config file. It can be used to short-circuit loading of default config files. --max-wait-seconds Maximum time in seconds to wait for the upload result [default: 600] --api-key-file Path to a JSON file containing the API Key -P, --profile Configuration profile to load. If not specified, the implicit "default" profile is loaded. --api-issuer App Store Connect Issuer ID (likely a UUID) -v, --verbose... Increase logging verbosity. Can be specified multiple times --api-key App Store Connect API Key ID -h, --help Print help (see a summary with '-h') ```