File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,22 @@ location depending on your operating system:
58
58
59
59
$XDG_CONFIG_HOME/atlascli
60
60
61
+ By default, {+atlas-cli+} saves the configuration file in the
62
+ path defined in the ``$XDG_CONFIG_HOME`` environment variable.
63
+ You can modify the path defined in the ``$XDG_CONFIG_HOME``
64
+ variable to your preferred location. To learn more about
65
+ modifying the ``$XDG_CONFIG_HOME`` variable, see `XDG Base
66
+ Directory Specification <https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html>`__.
67
+
61
68
If ``$XDG_CONFIG_HOME`` is not set, the {+atlas-cli+} uses:
62
69
63
70
.. code-block::
64
71
65
72
$HOME/.config/atlascli
66
73
67
- The
68
- {+atlas-cli+} grants the user who ran the command read and write access to
69
- the file.
74
+
75
+ The {+atlas-cli+} grants the user who ran the command read and write
76
+ access to the file.
70
77
71
78
.. _atlas-cli-set-profile:
72
79
You can’t perform that action at this time.
0 commit comments