Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about UI support for entitlement values #40

Merged
merged 1 commit into from Dec 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions client/entitlements/README.md
Expand Up @@ -38,6 +38,8 @@ $ replicated entitlements define-fields --file=./entitlements.yaml --name=testin

Set a value for a customer (get customer ID from Ship install script or console.replicated.com url segment). Use the spec ID from above.

** Note ** Setting values per-customer can now be done via the UI in https://vendor.replicated.com, so you can skip the `set-value` call and do it over there if you're so inclined.

```
$ replicated entitlements set-value --definitions-id=xxx --customer-id=xxxx--key=my_field --value=50
{
Expand Down