aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user_adopt.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-281-1/+1
|
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-16/+7
|
* commands: refactor to avoid globalsMichael Muré2020-06-281-19/+19
|
* it compiles \o/Michael Muré2020-02-081-13/+2
|
* bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-251-0/+12
| | | | | | | | | | - init() only the importer or exporter as required - assign a "default user" user Id to credentials at creation if no user has been set - "bridge auth": also display the user - "bridge auth show": adapt to a potential "default user" user Id - "bridge configure": allow to run without a user set - "bridge pull": allow to run without a user set - "user adopt": replace "default user" by the actual user id when run
* Renamed user id to user-id and metioned bug for some commandsJocelyn FACCHINI2019-03-231-1/+1
|
* commands: add a "user adopt" command to use an existing identityMichael Muré2019-03-011-0/+48