Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: cleanup the command's usage to avoid warnings when generating the doc | Michael Muré | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | commands: open and close the backend in a single place, simplify commands | Michael Muré | 2020-06-28 | 1 | -16/+7 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 1 | -19/+19 |
| | |||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 1 | -13/+2 |
| | |||||
* | bridge: allow to configure and pull without having set a user first | Michael Muré | 2019-12-25 | 1 | -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 commands | Jocelyn FACCHINI | 2019-03-23 | 1 | -1/+1 |
| | |||||
* | commands: add a "user adopt" command to use an existing identity | Michael Muré | 2019-03-01 | 1 | -0/+48 |