aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_configure.go
Commit message (Expand)AuthorAgeFilesLines
* 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