summaryrefslogtreecommitdiffstatshomepage
path: root/commands/bridge_configure.go
Commit message (Expand)AuthorAge
* commands: reorg into different packagesMichael Muré2022-11-20
* doc: fix incorrect indentationMichael Muré2022-10-22
* Add command-specific argument completionsJohannes Altmanninger2022-05-01
* commands: proper backend close on RunE errorMichael Muré2021-05-09
* CLI: Add non-interactive option to interactive commands (#651)Sascha2021-05-09
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-28
* commands: refactor to avoid globalsMichael Muré2020-06-28
* bridges: massive refactorMichael Muré2020-02-15
* bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-25
* bridge/gitlab: support self-hosted GitLab instanceamine2019-12-10
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-08
* bridge: trim inputs during bridge configurationamine2019-11-25
* commands: add bridge configure --token-id flagamine2019-11-23
* bridge configure: no default name if the default has already been createdMichael Muré2019-11-19
* bridge/core: add tokenStdin field to bridgeParamsAmine Hilaly2019-09-02
* bridge/github: recover terminal state in password promptsAmine Hilaly2019-08-31
* commands: enhance flag description Amine2019-08-31
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-31
* readme: tweakingMichael Muré2019-08-24
* docs: update implementation tableAmine Hilaly2019-08-24
* bridge: detect when trying to configure a bridge with a name already takenMichael Muré2019-07-07
* rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKENAmine Hilaly2019-06-07
* make token visible in configuration processAmine Hilaly2019-06-07
* Allow cancelling configurationAmine2019-06-05
* Update bridge configure long description and examplesAmine Hilaly2019-05-29
* Update documentation and function namingAmine2019-05-29
* Add bridge configure documentation and examplesAmine Hilaly2019-05-29
* Disable `bridgeConfigure` sort flags optionAmine Hilaly2019-05-29
* Update flags descriptions Amine2019-05-29
* Add warning messages for launchpad-previewAmine Hilaly2019-05-29
* changes to the BridgeImpl InterfaceAmine Hilaly2019-05-29
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-01
* moved cleaner function to util/interruptRafael Passos2018-10-24
* Registering lock clearing functions to CleanerRafael Passos2018-10-23
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-17
* commands: better multi choice prompt to select the target for "bridge configure"Michael Muré2018-10-03
* commands: add "bridge rm"Michael Muré2018-09-24
* commands: add the "bridge" and "bridge configure" commandsMichael Muré2018-09-24