Skip to content

Commit 0f66ba3

Browse files
authored
New version (#16)
* Update contribution * Remove sample * Remove generated models * Update to v2 * Remove old style * Update rendering * Update api client * Update rendering of multible items * Add get secret * Update table rendering * Add secret handler * Update error handling * Add simple create secret * Add delete secret * Cleanup * Update error is fatal when unable to delete * Allow user to pass a value from stdin * Add update secret * Add a warning when no value is set * Add helper to enter secret * Cleanup * Add basic app crud * Add formating depending of the type * Show domains for app * Remove comment * Remove unhandled error specific catch * Rework display * Add nested format for app * Allow app context switching * Update api client * Add use alias to the app * Add update app * Add basic service display * Add definition in service detail * Handle more types in sync flags * Add redeploy * Add update and create service
1 parent f10c86c commit 0f66ba3

File tree

371 files changed

+1493
-61150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+1493
-61150
lines changed

CONTRIBUTING.md

-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,3 @@
22
First: if you're unsure or afraid of anything, just ask or submit the issue or pull request anyways. You won't be yelled at for giving your best effort. The worst that can happen is that you'll be politely asked to change something. We appreciate all contributions!
33

44
This document is work in progress.
5-
6-
### Regenerate the configuration with the latest API spec
7-
8-
Use: `./scripts/update_api.sh`. This will update the yaml by pulling those in the [api doc](https://developer.koyeb.com/) and regenerate a client from scratch.
9-
We check in the generated files, please make a separate commit with these.
10-

examples/connector.yaml

-5
This file was deleted.

go.mod

+5-7
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@ go 1.14
44

55
require (
66
github.com/ghodss/yaml v1.0.0
7-
github.com/go-openapi/errors v0.19.2
87
github.com/go-openapi/runtime v0.19.11
9-
github.com/go-openapi/strfmt v0.19.3
10-
github.com/go-openapi/swag v0.19.5
11-
github.com/go-openapi/validate v0.19.3
12-
github.com/gorilla/websocket v1.4.0
13-
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
8+
github.com/iancoleman/strcase v0.1.3
9+
github.com/koyeb/koyeb-api-client-go v0.0.0-20210612053838-a50d2c0e7f5a
10+
github.com/logrusorgru/aurora v2.0.3+incompatible
1411
github.com/manifoldco/promptui v0.7.0
1512
github.com/mitchellh/go-homedir v1.1.0
1613
github.com/olekukonko/tablewriter v0.0.4
14+
github.com/pkg/errors v0.8.0
1715
github.com/sirupsen/logrus v1.2.0
1816
github.com/spf13/cobra v0.0.5
17+
github.com/spf13/pflag v1.0.3
1918
github.com/spf13/viper v1.6.2
20-
github.com/stretchr/testify v1.4.0
2119
gopkg.in/yaml.v2 v2.2.8 // indirect
2220
)

go.sum

+324-20
Large diffs are not rendered by default.

pkg/gen/kclient/client/activity/account_activities_get_account_activities_parameters.go

-172
This file was deleted.

0 commit comments

Comments
 (0)