Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devorbitus authored Oct 29, 2023
1 parent 54587b7 commit db32f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ func main() {

## Library Structure

- `sheller/config.go`: Defines the configuration structure and provides a function to initialize the library.
- `sheller/profile.go`: Provides functions to load and list Akeyless CLI profiles.
- `sheller/token.go`: Provides functions to check for existing tokens, shell out for new tokens, and retrieve tokens for specified profiles.
- `sheller/config.go`: Configuration Manager: Defines the configuration structure and provides a function to initialize the library.
- `sheller/profile.go`: Profile Manager: Provides functions to load and list Akeyless CLI profiles.
- `sheller/token.go`: Token Manager: Provides functions to check for existing tokens, shell out for new tokens, and retrieve tokens for specified profiles.

## Testing

Expand Down

0 comments on commit db32f25

Please sign in to comment.