386 Commits

Author SHA1 Message Date
45c6be02b1
refactor: check for errors on secret rm
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 17:08:25 +01:00
7835c1f91d
fix: defers after checking for err
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 16:47:38 +01:00
542e9eea5c
refactor: rm unneeded sprintf 2021-08-31 16:47:16 +01:00
32b2bf245b
refactor: simplfiy for...range loops
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 16:17:08 +01:00
3b93f893fd
refactor: fix defer and handle error 2021-08-31 16:02:38 +01:00
57e641689a
feat: add secret generate (untested, moving fast)
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 11:59:07 +02:00
d68f2f5686
feat: add app secret insert
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 10:50:02 +02:00
f9ae9c9a56
feat: add app secret rm
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-31 10:31:54 +02:00
15651822f1
feat: implement secret ls
All checks were successful
continuous-integration/drone/push Build is passing
Closes coop-cloud/go-abra#54.
2021-08-30 17:02:08 +02:00
66a8630101
feat: implement undeploy command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-30 01:36:42 +02:00
440911f983
feat: finish app run command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-29 21:20:21 +02:00
8cc691ab52
WIP app run command
Some checks failed
continuous-integration/drone/push Build is failing
2021-08-29 18:21:30 +02:00
db4908c3ae
feat: add restore command 2021-08-29 16:25:31 +02:00
8651e22441
feat: implement app logs command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-29 14:13:35 +02:00
45e2442e83
fix: more robust length check 2021-08-29 14:13:07 +02:00
547f785da5
feat: add app cp command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-29 13:41:29 +02:00
acca710a5a
feat: add app config command 2021-08-29 10:45:49 +02:00
8ad51c1fd5
feat: implement check command 2021-08-28 20:13:56 +02:00
3a8296a8fe
feat: implement backup command
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-28 19:10:19 +02:00
ff0b0b5ad8
feat: finish ps command
Some checks reported errors
continuous-integration/drone/push Build was killed
2021-08-28 16:00:16 +02:00
de5169ea24
fix: support trimming library is version listing
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-25 14:22:31 +02:00
62ceca798c
refactor: sort output of version command 2021-08-25 14:16:33 +02:00
b34acefa21
refactor: support listing unknown versions 2021-08-25 14:06:42 +02:00
c5bb680fed
refactor: making app version command async 2021-08-25 13:30:55 +02:00
ed11634abf
WIP abra app version <app> implementation 2021-08-25 13:06:49 +02:00
c3088a5158
refactor: create functions in client for removing and listing volumes
All checks were successful
continuous-integration/drone/pr Build is passing
2021-08-17 20:39:07 +02:00
5663659d23
feat: initial commit for abra app volume ls/rm 2021-08-17 20:39:06 +02:00
8f9ffa0667
style: correct error formatting ST1005
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-12 14:41:39 +01:00
cefad74e22
fix: app rm removing secrets and volumes twice
All checks were successful
continuous-integration/drone/pr Build is passing
2021-08-12 12:59:11 +02:00
a18a9493f2
fix: add missing error handling 2021-08-09 16:17:31 +02:00
36af302d5f
refactor: dangling else, Sprintf formatting, printing 2021-08-06 12:20:14 +02:00
6732edf8db
feat: implement app remove
See coop-cloud/go-abra#43.
2021-08-06 12:00:24 +02:00
38d8b51bd5
refactor: moved a lot of flags & added comments
Comments added to fix the golint errors on exported things need comments
2021-08-02 07:36:35 +01:00
bb1eb372ef
refactor: stack func to client, mv app to new file
Stack interaction is now under client.

App types and functions moved from env to app under config
2021-08-02 05:51:58 +01:00
a3f574a8fa
refactor: app new cmd to be easier to read 2021-08-02 04:18:20 +01:00
30d11f48a7
refactor: break up cli pkg into nice small chunks 2021-08-02 02:10:41 +01:00