aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_configure.go
Commit message (Expand)AuthorAgeFilesLines
* bridge: trim inputs during bridge configurationamine2019-11-251-2/+2
* commands: add bridge configure --token-id flagamine2019-11-231-1/+3
* bridge configure: no default name if the default has already been createdMichael Muré2019-11-191-1/+11
* bridge/core: add tokenStdin field to bridgeParamsAmine Hilaly2019-09-021-13/+3
* bridge/github: recover terminal state in password promptsAmine Hilaly2019-08-311-0/+4
* commands: enhance flag description Amine2019-08-311-1/+1
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-311-11/+11
* readme: tweakingMichael Muré2019-08-241-1/+1
* docs: update implementation tableAmine Hilaly2019-08-241-2/+9
* bridge: detect when trying to configure a bridge with a name already takenMichael Muré2019-07-071-12/+20
* rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKENAmine Hilaly2019-06-071-1/+1
* make token visible in configuration processAmine Hilaly2019-06-071-7/+12
* Allow cancelling configurationAmine2019-06-051-0/+7
* Update bridge configure long description and examplesAmine Hilaly2019-05-291-13/+43
* Update documentation and function namingAmine2019-05-291-4/+2
* Add bridge configure documentation and examplesAmine Hilaly2019-05-291-3/+21
* Disable `bridgeConfigure` sort flags optionAmine Hilaly2019-05-291-0/+1
* Update flags descriptions Amine2019-05-291-6/+7
* Add warning messages for launchpad-previewAmine Hilaly2019-05-291-1/+1
* changes to the BridgeImpl InterfaceAmine Hilaly2019-05-291-9/+30
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
* commands: better multi choice prompt to select the target for "bridge configure"Michael Muré2018-10-031-6/+10
* commands: add "bridge rm"Michael Muré2018-09-241-2/+1
* commands: add the "bridge" and "bridge configure" commandsMichael Muré2018-09-241-0/+95