Skip to content

Conversation

@matthewhartstonge
Copy link

TL;DR

  • updates readme usage flags to be in sync with implementation.

Description of changes:

Having gone through the readme, and running the example I noticed the flags were out of sync with the actual implementation.

FATA[0000] unknown flag: --scim-endpoint

Refer implementation here:

ssosync/cmd/root.go

Lines 289 to 290 in 8aeb6d1

rootCmd.Flags().StringVarP(&cfg.SCIMAccessToken, "access-token", "t", "", "AWS SSO SCIM API Access Token")
rootCmd.Flags().StringVarP(&cfg.SCIMEndpoint, "endpoint", "e", "", "AWS SSO SCIM API Endpoint")

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Having gone through the readme, and running the example I noticed the flags were out of sync with the actual implementation.

```
FATA[0000] unknown flag: --scim-endpoint
```

This PR fixes that!

Refer implementation here: https://github.com/awslabs/ssosync/blob/8aeb6d1f606db20bf80261b879f5cdd73a777615/cmd/root.go#L289-L290
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant