user
Manage your users
abtasty-cli feature-experimentation user create
NAME
abtasty-cli feature-experimentation user create
- Create a user with right
SYNOPSIS
abtasty-cli feature-experimentation user create [-d DATA_RAW | --data-raw = DATA_RAW]
DESCRIPTION
Create a user with right in your account
EXAMPLES
abtasty-cli feature-experimentation user create -d DATA_RAW
abtasty-cli feature-experimentation user create -d "[{\"email\":\"[email protected]\",\"role\":\"VIEWER\"}]"
REQUIRED FLAGS
--data-raw = _DATA_RAW_
The raw data contains all the info to create your user with right, check the Remote Control API documentation for more details
abtasty-cli feature-experimentation user list
NAME
abtasty-cli feature-experimentation user list
- List all users
SYNOPSIS
abtasty-cli feature-experimentation user list [--output-format = OUTPUT_FORMAT [table|json|json-pretty]]
DESCRIPTION
List all users in your account
EXAMPLES
abtasty-cli feature-experimentation user list
FLAGS
--output-format = _OUTPUT_FORMAT_
The output format for printing command output resources. The default is table. The supported formats are: json-pretty, table, json.
flagship user edit
NAME
abtasty-cli feature-experimentation user edit
- Edit a user with right
SYNOPSIS
abtasty-cli feature-experimentation user edit [-d DATA_RAW | --data-raw = DATA_RAW]
DESCRIPTION
Edit a user with right in your account
EXAMPLES
abtasty-cli feature-experimentation user edit -d DATA_RAW
REQUIRED FLAGS
--data-raw = _DATA_RAW_
The raw data contains all the info to edit your user with right, check the Remote Control API documentation for more details
abtasty-cli feature-experimentation user delete
NAME
abtasty-cli feature-experimentation user delete
- Delete a user
SYNOPSIS
abtasty-cli feature-experimentation user delete [-e EMAIL | --email = EMAIL]
DESCRIPTION
Delete a user in your account
EXAMPLES
abtasty-cli feature-experimentation user delete -e EMAIL
REQUIRED FLAGS
--email = _EMAIL_
The email you want to delete
Updated 3 months ago