sdm admin services add
Last modified on November 3, 2023
On this page
NAME:
sdm admin services add - add a new service account
USAGE:
sdm admin services add [command options] <name>
OPTIONS:
--template, -t display a JSON template
--file value, -f value load service accounts from JSON file
--stdin, -i load from stdin
--csv, -c parses the input in CSV format (name,expiration)
--tags value tags e.g. 'key=value,...'
--timeout value set time limit for command
Additional Information
The --template
command produces example --file
or --stdin
input:
[
{
"name": ""
}
]