Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/userguides/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ code42 profile create-api-client --name MY_API_CLIENT_PROFILE --server example.a
```

```{eval-rst}
.. note:: Remember to wrap your API client secret with single quotes to avoid issues with bash expansion and special characters.
.. note::
Remember to wrap your API client secret with either single quotes (bash) or double quotes (Windows CMD)
to avoid issues with bash expansion and special characters.
```

## View profiles
Expand Down