【发布时间】:2022-01-25 09:00:13
【问题描述】:
env:
NGROK_AUTH_TOKEN:
NAME:
authtoken - save authtoken to configuration file
USAGE:
ngrok authtoken [command options] [arguments...]
DESCRIPTION:
The authtoken command modifies your configuration file to include
the specified authtoken. By default, this configuration file is located
at $HOME/.ngrok2/ngrok.yml
The ngrok.com service requires that you sign up for an account to use
many advanced service features. In order to associate your client with
an account, it must pass a secret token to the ngrok.com service when it
starts up. Instead of passing this authtoken on every invocation, you may
use this command to save it into your configuration file so that your
client always authenticates you properly.
EXAMPLE:
ngrok authtoken BDZIXnhJt2HNWLXyQ5PM_qCaBq0W2sNFcCa0rfTZd
OPTIONS:
--config save in this config file, default: ~/.ngrok2/ngrok.yml
--log "false" path to log file, 'stdout', 'stderr' or 'false'
--log-format "term" log record format: 'term', 'logfmt', 'json'
--log-level "info" logging level
ERROR: You must pass a single argument, the authtoken to save to configuration file.
Error: Process completed with exit code 1.
【问题讨论】:
-
请澄清您的具体问题或提供更多详细信息以准确突出您的需求。正如目前所写的那样,很难准确地说出你在问什么。
标签: github