summarylogtreecommitdiffstats
path: root/linode-cli.install
diff options
context:
space:
mode:
authorMorgenstern2021-03-05 09:13:15 +1300
committerMorgenstern2021-03-05 09:13:15 +1300
commitdac690cfd2fcd1016d942dba015104e7155776b1 (patch)
treec60ea023e94aa997a6440a838761bdd32a1b34fa /linode-cli.install
parent5df940b2b05434440f68d81eab5a4c0f8525403c (diff)
downloadaur-dac690cfd2fcd1016d942dba015104e7155776b1.tar.gz
Update to v4.0.0, new dependency python-future
Diffstat (limited to 'linode-cli.install')
-rw-r--r--linode-cli.install12
1 files changed, 8 insertions, 4 deletions
diff --git a/linode-cli.install b/linode-cli.install
index 62100807026b..dfac28621f98 100644
--- a/linode-cli.install
+++ b/linode-cli.install
@@ -1,6 +1,10 @@
post_install() {
- echo
- echo "Run 'linode-cli configure' to configure the CLI with a token and optionally select some default values"
- echo "See https://www.linode.com/docs/platform/api/linode-cli/ for assistance"
- echo
+ echo
+ echo "The first time the CLI runs, it will prompt for configuration. The default is web-based configuration using OAuth."
+ echo "The CLI can also be manually configured or reconfigured using an API token by running the following:"
+ echo
+ echo "linode-cli configure --token"
+ echo
+ echo "See https://www.linode.com/docs/guides/linode-cli/ for assistance"
+ echo
}