aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge_configure.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | validate token global fixes
* Allow cancelling configurationAmine2019-06-051-0/+7
| | | | | | correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Update bridge configure long description and examplesAmine Hilaly2019-05-291-13/+43
|
* Update documentation and function namingAmine2019-05-291-4/+2
| | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Add bridge configure documentation and examplesAmine Hilaly2019-05-291-3/+21
|
* Disable `bridgeConfigure` sort flags optionAmine Hilaly2019-05-291-0/+1
| | | | rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs`
* Update flags descriptions Amine2019-05-291-6/+7
| | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Add warning messages for launchpad-previewAmine Hilaly2019-05-291-1/+1
| | | | | fix --target flag description improve comments
* changes to the BridgeImpl InterfaceAmine Hilaly2019-05-291-9/+30
| | | | | Add bridge params Change bridge.Configure signature
* 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
| | | | fix #67
* 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