You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "By default, the CLI will generate a new session token when logging in. This flag will instead use the provided token as the session token.",
399
461
Value: serpent.BoolOf(&useTokenForSession),
400
462
},
463
+
{
464
+
Flag: "first-user-first-name",
465
+
Env: "CODER_FIRST_USER_FIRST_NAME",
466
+
Description: "Specifies the first name of the user.",
467
+
Value: serpent.StringOf(&firstName),
468
+
},
469
+
{
470
+
Flag: "first-user-last-name",
471
+
Env: "CODER_FIRST_USER_LAST_NAME",
472
+
Description: "Specifies the last name of the user.",
473
+
Value: serpent.StringOf(&lastName),
474
+
},
475
+
{
476
+
Flag: "first-user-phone-number",
477
+
Env: "CODER_FIRST_USER_PHONE_NUMBER",
478
+
Description: "Specifies the phone number of the user.",
479
+
Value: serpent.StringOf(&phoneNumber),
480
+
},
481
+
{
482
+
Flag: "first-user-job-title",
483
+
Env: "CODER_FIRST_USER_JOB_TITLE",
484
+
Description: "Specifies the job title of the user.",
485
+
Value: serpent.StringOf(&jobTitle),
486
+
},
487
+
{
488
+
Flag: "first-user-company-name",
489
+
Env: "CODER_FIRST_USER_COMPANY_NAME",
490
+
Description: "Specifies the company name of the user.",
491
+
Value: serpent.StringOf(&companyName),
492
+
},
493
+
{
494
+
Flag: "first-user-country",
495
+
Env: "CODER_FIRST_USER_COUNTRY",
496
+
Description: "Specifies the country of the user.",
497
+
Value: serpent.StringOf(&country),
498
+
},
499
+
{
500
+
Flag: "first-user-developers",
501
+
Env: "CODER_FIRST_USER_DEVELOPERS",
502
+
Description: "Specifies the number of developers.",
"Belarus", "Belgium", "Belize", "Benin", "Bermuda", "Bhutan", "Bolivia, Plurinational State of", "Bonaire, Sint Eustatius and Saba", "Bosnia and Herzegovina", "Botswana",
"Guatemala", "Guernsey", "Guinea", "Guinea-Bissau", "Guyana", "Haiti", "Heard Island and McDonald Islands", "Holy See (Vatican City State)", "Honduras", "Hong Kong",
"Réunion", "Romania", "Russian Federation", "Rwanda", "Saint Barthélemy", "Saint Helena, Ascension and Tristan da Cunha", "Saint Kitts and Nevis", "Saint Lucia", "Saint Martin (French part)", "Saint Pierre and Miquelon",
610
+
"Saint Vincent and the Grenadines", "Samoa", "San Marino", "Sao Tome and Principe", "Saudi Arabia", "Senegal", "Serbia", "Seychelles", "Sierra Leone", "Singapore",
611
+
"Sint Maarten (Dutch part)", "Slovakia", "Slovenia", "Solomon Islands", "Somalia", "South Africa", "South Georgia and the South Sandwich Islands", "South Sudan", "Spain", "Sri Lanka",
612
+
"Sudan", "Suriname", "Svalbard and Jan Mayen", "Swaziland", "Sweden", "Switzerland", "Syrian Arab Republic", "Taiwan, Province of China", "Tajikistan", "Tanzania, United Republic of",
613
+
"Thailand", "Timor-Leste", "Togo", "Tokelau", "Tonga", "Trinidad and Tobago", "Tunisia", "Turkey", "Turkmenistan", "Turks and Caicos Islands",
614
+
"Tuvalu", "Uganda", "Ukraine", "United Arab Emirates", "United Kingdom", "United States", "United States Minor Outlying Islands", "Uruguay", "Uzbekistan", "Vanuatu",
0 commit comments