-
Hi, i had extend User with add first and last name when i create new user with cli, cli want first and last name any suggestion how i pass the first and last name when creating user from cli ? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
jwag956
Mar 19, 2022
Replies: 1 comment 1 reply
-
If you do flask users create --help it will show you the syntax. Additional attributes can be set using the attr:value syntax: first_name:Chris |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dvrg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you do flask users create --help it will show you the syntax. Additional attributes can be set using the attr:value syntax:
first_name:Chris