summarylogtreecommitdiffstats
path: root/linode-cli.install
blob: d785ba0c15a1cde0d96d5e328f59b0773701a650 (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://techdocs.akamai.com/cloud-computing/docs/cli for assistance"
	echo
}