Configuration#
The Playbooks CLI will look for a config file at the following location ~/.playbooksrc
containing your platform secrets. If one does not exist, the Playbooks CLI will create one for you when you login.
As an alternative, you can provide a custom config file location using the --config
flag as part of any command.
Sample config#
Here is a sample config file located at the default location on your file system.
id=1
name=Eric Hubbell
uuid=eric-hubbell
email=eric@playbooks.xyz
token=********
...