blob: a1a0e49223e485b2296656a31230ee093ba13321 (
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/guides/linode-cli/ for assistance"
echo
}
|