Hi,
I’m trying to change user right via CLI : add rw permission to a test-user on a test-repository.
i found this command
sudo -u web php /var/www/html/cmd.php -u=admin -r=test-repo -a=edit --sub_action=update_user_right --user_id=test-user --right=rw
output
Applying action ‘edit’ on workspace test-repo (xxxxxxxxxxxxxxxxxxxxxxxxx)
: Could not find action edit
Some suggestion?
thx