From 6bd0713e7a817d158b9ea15239c505f18d33fb76 Mon Sep 17 00:00:00 2001 From: Manuel Hutter Date: Thu, 27 Jun 2024 08:29:02 +0200 Subject: [PATCH] docs: Hint that strings need not be quoted in ini files (#54) Save future me some time debugging this again :) --- docs/auth.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/auth.md b/docs/auth.md index 6cf8776..da7a3a4 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -15,6 +15,8 @@ Create an ini file in your `$XDG_CONFIG_HOME/cloudscale/cloudscale.ini`, `.cloud api_token = ~~~ +Do NOT quote the token. + The default profile taken if available is `default`. The profile can be chosen by passing `--profile` or `CLOUDSCALE_PROFILE` ENV variable. ~~~shell