UNPKG

545 BPlain TextView Raw
1Usage: mongodb-download-url
2
3Get the URL to download a MongoDB tarball or zip.
4
5Usage:
6 mongodb-download-url <version> [options]
7
8Options:
9 --version A semver-ish version string [Default: `stable`].
10 --platform The operating system [Default: `process.platform`].
11 --bits CPU arch [Default: `process.arch`].
12 --enterprise Use MongoDB enterprise [Default: `false`].
13 --debug Debug build [Default: `false`].
14 -h --help Show this screen.
15 --version Show version.