BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
yf_nf
Fluorite | Level 6

Hi, I’m using the sas-viya CLI (version 1.22.1), and I want to use the identities command to work with users and groups.

When I run this:
./sas-viya identities show-group --id DC

I get this error:
sas-viya: 'identities' is not a sas-viya command. See 'sas-viya --help'.

Running ./sas-viya --help confirms that identities is not listed.

How can I enable the identities command in the CLI?

Thanks!


1 ACCEPTED SOLUTION

Accepted Solutions
BrunoMueller
SAS Super FREQ

You can install it using this command

sas-viya plugins install --repo SAS identities

View solution in original post

2 REPLIES 2
BrunoMueller
SAS Super FREQ

You can install it using this command

sas-viya plugins install --repo SAS identities
yf_nf
Fluorite | Level 6

Thank you for your help, it worked correctly