The Co-op Cloud command-line utility belt 🎩🐇
Go to file
Roxie Gibson 5e1b076bf9
feat: very basic context management
Taken from this gist by github.com/agbaraka

https://gist.github.com/agbaraka/654a218f8ea13b3da8a47d47595f5d05

There is no in-built way of dealing with contexts using the golang sdk.

This means we have to make our own Dial helper borrowing from Docker CLI

This means all Docker API calls are made within the ssh connection

This uses `docker system dial-stdio`
2021-07-16 09:32:24 +01:00
.chglog chore: added git-chglog options 2021-07-15 01:18:34 +01:00
cli feat: POC passgen 2021-07-15 08:23:26 +01:00
client feat: very basic context management 2021-07-16 09:32:24 +01:00
cmd/abra refactor(cli): moved commands and cli out of main 2021-07-15 03:44:07 +01:00
.drone.yml Add experimental staticcheck into linting CI 2021-07-15 23:57:08 +02:00
.gitignore Ignore built binaries 2021-07-15 15:25:54 +02:00
go.mod feat: very basic context management 2021-07-16 09:32:24 +01:00
go.sum feat: very basic context management 2021-07-16 09:32:24 +01:00
Makefile Add experimental staticcheck into linting CI 2021-07-15 23:57:08 +02:00
README.md Add a Go report card badge 2021-07-15 23:35:43 +02:00
version feat: added version and makefile 2021-07-13 23:47:47 +01:00

go-abra

Build Status Go Report Card

WIP port of abra to Golang.