summarylogtreecommitdiffstats
path: root/linode-cli.install
blob: 86ec94ef54a72f91e859cc590876a8b93f58aae5 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	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 if you do not have access to a browser:"
	echo 
	echo "linode-cli configure --token"
	echo
	echo "See https://www.linode.com/docs/products/tools/cli/ for assistance"
	echo
}