git-bug/commands
Hariharan bc96f316ff
CLI - allow user create without prompt (#650)
* CLI - allow user create without prompt. Fixes #577

* Update commands/user_create.go email message

Co-authored-by: Michael Muré <batolettre@gmail.com>

* Update docs

Co-authored-by: Michael Muré <batolettre@gmail.com>
2021-04-25 16:46:36 +02:00
..
select repo: finish RepoStorage move 2020-12-08 13:07:51 +01:00
add.go make sure every text input is safe and validated 2021-04-17 17:40:11 +02:00
bridge_auth_addtoken.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_auth_rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_auth_show.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_auth.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_configure.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_pull.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_push.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
commands.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
comment_add.go make sure every text input is safe and validated 2021-04-17 17:40:11 +02:00
comment_edit.go command: fix "comment edit" usage 2021-02-14 12:17:49 +01:00
comment.go Change the comment ID to use both bug and comment ID references. 2021-02-14 12:17:48 +01:00
deselect.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
env.go repo: finish RepoStorage move 2020-12-08 13:07:51 +01:00
json_common.go bug: harmonize how time are used, fix some issues in command special formats 2020-06-25 23:18:17 +02:00
label_add.go make sure every text input is safe and validated 2021-04-17 17:40:11 +02:00
label_rm.go make sure every text input is safe and validated 2021-04-17 17:40:11 +02:00
label.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
ls-id.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
ls-labels.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
ls.go Add ability to search by arbitrary metadata 2021-02-21 14:15:50 +01:00
pull.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
push.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
root.go Add the 'rm' command 2020-07-28 14:30:05 +02:00
select.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
show.go Change the comment ID to use both bug and comment ID references. 2021-02-14 12:17:48 +01:00
status_close.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
status_open.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
status.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
termui.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
title_edit.go make sure every text input is safe and validated 2021-04-17 17:40:11 +02:00
title.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
user_adopt.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
user_create.go CLI - allow user create without prompt (#650) 2021-04-25 16:46:36 +02:00
user_ls.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
user.go deal with the previous changes 2021-02-14 12:17:47 +01:00
version.go commands: refactor to avoid globals 2020-06-28 18:26:29 +02:00
webui.go commands: minor fixes for the webui open with query 2021-03-07 21:44:48 +01:00