summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/flags.rs')
-rw-r--r--cli/flags.rs12
1 files changed, 8 insertions, 4 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index f7c83294c..80ad6e240 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -219,18 +219,22 @@ impl From<Flags> for PermissionsOptions {
}
}
-static ENV_VARIABLES_HELP: &str = "ENVIRONMENT VARIABLES:
+static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES:
+ DENO_AUTH_TOKENS A semi-colon separated list of bearer tokens and
+ hostnames to use when fetching remote modules from
+ private repositories
+ (e.g. "abcde12345@deno.land;54321edcba@github.com")
+ DENO_CERT Load certificate authority from PEM encoded file
DENO_DIR Set the cache directory
DENO_INSTALL_ROOT Set deno install's output directory
(defaults to $HOME/.deno/bin)
- DENO_CERT Load certificate authority from PEM encoded file
- NO_COLOR Set to disable color
HTTP_PROXY Proxy address for HTTP requests
(module downloads, fetch)
HTTPS_PROXY Proxy address for HTTPS requests
(module downloads, fetch)
+ NO_COLOR Set to disable color
NO_PROXY Comma-separated list of hosts which do not use a proxy
- (module downloads, fetch)";
+ (module downloads, fetch)"#;
static DENO_HELP: &str = "A secure JavaScript and TypeScript runtime