Skip to content

Commit

Permalink
update doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 24, 2023
1 parent eac6b51 commit 8eacb29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ To install Akeyless Sheller, you need to import it into your Golang project.

To use Akeyless Sheller, run the `GetTokenFromAkeylessCommandLine` function. This function requires the `AKEYLESS_CLI_AUTHENTICATION_TOKEN_COMMAND` environment variable to be set. If it is not set, or if it is set to a path that does not point to an executable file, the function will return an error. The value of this variable should be something like:

```
```sh
akeyless auth --access-id p-jgk2szbi1vwd --access-type saml --json --jq-expression '.token'
```

or

```
```sh
/path/to/akeyless auth --access-id p-jgk2szbi1vwd --access-type saml --json --jq-expression '.token'
```

Expand Down

0 comments on commit 8eacb29

Please sign in to comment.