Name
DkStdRestApis_Gen.StripeDl - Download Stripe OpenAPI specification.
Synopsis
DkStdRestApis_Gen.StripeDl [--file=FILE] [--tmp-dir=VAL] [--uri=VAL] [OPTION]…
Advanced options
--DANGER-THIS-VIOLATES-SECURITY-uri-sha256=VAL (absent=192cf60f0eeaf8d2f3d56ab4f6c0a3fc7a504647d6105060b06505c218c93cb8)
Options
--file=FILE
Save the downloaded spec into FILE
--tmp-dir=VAL (absent=/tmp)
Temporary directory. Working directories are created inside the temporary directory. In the event of a graceful termintation the working directories (not the temporary directory) will be removed.
The URI to download the spec. May be a https://, http://, file:// or a file path. When the URI path ends in .tar.gz or .tgz, the content is treated as a gzipped tar file. When the URI path ends in a .tar, the content is treated as a tar file. When then URI path is none of those endings, the content is treated as JSON.
Common options
--color=WHEN (absent=auto)
Colorize the output. WHEN must be one of auto, always or never.
--help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.
-l LEVEL, --log-level=LEVEL
Set the verbosity of log messages. If the option is repeated the last LEVEL is used. LEVEL must be one of ERROR, WARNING, INFO or DEBUG.
-q, --quiet
Be quiet. Takes precedence over -l and --log-level options.
Exit status
DkStdRestApis_Gen.StripeDl exits with:
0
on success.
123
on indiscriminate errors reported on standard error.
124
on command line parsing errors.
125
on unexpected internal errors (bugs).