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!