Skip to content

Commit

Permalink
Version Packages & Generate Artifacts (#760)
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 1 package(s)

Releases:
  konfig-cli@1.38.58

* Version Packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 7, 2024
1 parent 7995857 commit ad817cc
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 39 deletions.
5 changes: 0 additions & 5 deletions generator/konfig-dash/.changeset/cold-roses-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions generator/konfig-dash/.changeset/mighty-feet-smash.md

This file was deleted.

8 changes: 8 additions & 0 deletions generator/konfig-dash/packages/konfig-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# konfig-cli

## 1.38.58

### Patch Changes

- [#754](https://github.com/konfig-dev/konfig/pull/754) [`799585764`](https://github.com/konfig-dev/konfig/commit/7995857648f9dc87315474b46a4dc2e52ec60c7f) Thanks [@dphuang2](https://github.com/dphuang2)! - Tolerate republishing when Go SDK is in subdirectory of SDK repo

- [#754](https://github.com/konfig-dev/konfig/pull/754) [`799585764`](https://github.com/konfig-dev/konfig/commit/7995857648f9dc87315474b46a4dc2e52ec60c7f) Thanks [@dphuang2](https://github.com/dphuang2)! - fix compilation error

## 1.38.57

### Patch Changes
Expand Down
56 changes: 28 additions & 28 deletions generator/konfig-dash/packages/konfig-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g konfig-cli
$ konfig COMMAND
running command...
$ konfig (--version)
konfig-cli/1.38.57 linux-x64 node-v16.20.2
konfig-cli/1.38.58 linux-x64 node-v16.20.2
$ konfig --help [COMMAND]
USAGE
$ konfig COMMAND
Expand Down Expand Up @@ -79,7 +79,7 @@ EXAMPLES
$ konfig bump
```

_See code: [dist/commands/bump.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/bump.ts)_
_See code: [dist/commands/bump.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/bump.ts)_

## `konfig changeset`

Expand Down Expand Up @@ -107,7 +107,7 @@ EXAMPLES
$ konfig changeset -g python
```

_See code: [dist/commands/changeset.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/changeset.ts)_
_See code: [dist/commands/changeset.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/changeset.ts)_

## `konfig detect-breaking-change`

Expand All @@ -128,7 +128,7 @@ EXAMPLES
$ konfig detect-breaking-change
```

_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/detect-breaking-change.ts)_
_See code: [dist/commands/detect-breaking-change.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/detect-breaking-change.ts)_

## `konfig diff`

Expand All @@ -145,7 +145,7 @@ EXAMPLES
$ konfig diff
```

_See code: [dist/commands/diff.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/diff.ts)_
_See code: [dist/commands/diff.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/diff.ts)_

## `konfig fix`

Expand Down Expand Up @@ -185,7 +185,7 @@ EXAMPLES
$ konfig fix
```

_See code: [dist/commands/fix.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/fix.ts)_
_See code: [dist/commands/fix.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/fix.ts)_

## `konfig generate`

Expand Down Expand Up @@ -234,7 +234,7 @@ EXAMPLES
$ konfig generate
```

_See code: [dist/commands/generate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/generate.ts)_
_See code: [dist/commands/generate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/generate.ts)_

## `konfig help [COMMAND]`

Expand Down Expand Up @@ -274,7 +274,7 @@ EXAMPLES
$ konfig ignore
```

_See code: [dist/commands/ignore.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/ignore.ts)_
_See code: [dist/commands/ignore.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/ignore.ts)_

## `konfig init`

Expand All @@ -297,7 +297,7 @@ EXAMPLES
$ konfig init
```

_See code: [dist/commands/init.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/init.ts)_
_See code: [dist/commands/init.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/init.ts)_

## `konfig lint`

Expand All @@ -314,7 +314,7 @@ EXAMPLES
$ konfig lint
```

_See code: [dist/commands/lint.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/lint.ts)_
_See code: [dist/commands/lint.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/lint.ts)_

## `konfig lint-python`

Expand Down Expand Up @@ -342,7 +342,7 @@ EXAMPLES
$ konfig lint-python -f -p test/simple_test.py
```

_See code: [dist/commands/lint-python.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/lint-python.ts)_
_See code: [dist/commands/lint-python.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/lint-python.ts)_

## `konfig list-sdk-submodules`

Expand All @@ -359,7 +359,7 @@ EXAMPLES
$ konfig list-sdk-submodules
```

_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/list-sdk-submodules.ts)_
_See code: [dist/commands/list-sdk-submodules.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/list-sdk-submodules.ts)_

## `konfig login`

Expand All @@ -376,7 +376,7 @@ EXAMPLES
$ konfig login
```

_See code: [dist/commands/login.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/login.ts)_
_See code: [dist/commands/login.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/login.ts)_

## `konfig logout`

Expand All @@ -393,7 +393,7 @@ EXAMPLES
$ konfig logout
```

_See code: [dist/commands/logout.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/logout.ts)_
_See code: [dist/commands/logout.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/logout.ts)_

## `konfig mock`

Expand All @@ -410,7 +410,7 @@ EXAMPLES
$ konfig mock
```

_See code: [dist/commands/mock.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/mock.ts)_
_See code: [dist/commands/mock.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/mock.ts)_

## `konfig openapi-schema-validate`

Expand All @@ -433,7 +433,7 @@ EXAMPLES
$ konfig openapi-schema-validate
```

_See code: [dist/commands/openapi-schema-validate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/openapi-schema-validate.ts)_
_See code: [dist/commands/openapi-schema-validate.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/openapi-schema-validate.ts)_

## `konfig p2o`

Expand All @@ -454,7 +454,7 @@ EXAMPLES
$ konfig p2o
```

_See code: [dist/commands/p2o.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/p2o.ts)_
_See code: [dist/commands/p2o.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/p2o.ts)_

## `konfig pr-create`

Expand All @@ -479,7 +479,7 @@ EXAMPLES
$ konfig pr-create
```

_See code: [dist/commands/pr-create.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/pr-create.ts)_
_See code: [dist/commands/pr-create.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/pr-create.ts)_

## `konfig pr-merge`

Expand All @@ -502,7 +502,7 @@ EXAMPLES
$ konfig pr-merge
```

_See code: [dist/commands/pr-merge.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/pr-merge.ts)_
_See code: [dist/commands/pr-merge.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/pr-merge.ts)_

## `konfig publish`

Expand Down Expand Up @@ -535,7 +535,7 @@ EXAMPLES
$ konfig publish
```

_See code: [dist/commands/publish.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/publish.ts)_
_See code: [dist/commands/publish.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/publish.ts)_

## `konfig published`

Expand All @@ -555,7 +555,7 @@ EXAMPLES
$ konfig published
```

_See code: [dist/commands/published.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/published.ts)_
_See code: [dist/commands/published.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/published.ts)_

## `konfig pull`

Expand All @@ -576,7 +576,7 @@ EXAMPLES
$ konfig pull
```

_See code: [dist/commands/pull.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/pull.ts)_
_See code: [dist/commands/pull.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/pull.ts)_

## `konfig push`

Expand All @@ -600,7 +600,7 @@ EXAMPLES
$ konfig push
```

_See code: [dist/commands/push.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/push.ts)_
_See code: [dist/commands/push.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/push.ts)_

## `konfig revalidate-demos [FILE]`

Expand All @@ -622,7 +622,7 @@ EXAMPLES
$ konfig revalidate-demos
```

_See code: [dist/commands/revalidate-demos.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/revalidate-demos.ts)_
_See code: [dist/commands/revalidate-demos.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/revalidate-demos.ts)_

## `konfig revalidate-portal [FILE]`

Expand All @@ -644,7 +644,7 @@ EXAMPLES
$ konfig revalidate-portal
```

_See code: [dist/commands/revalidate-portal.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/revalidate-portal.ts)_
_See code: [dist/commands/revalidate-portal.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/revalidate-portal.ts)_

## `konfig slack-msg [FILE]`

Expand All @@ -665,7 +665,7 @@ EXAMPLES
$ konfig slack-msg
```

_See code: [dist/commands/slack-msg.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/slack-msg.ts)_
_See code: [dist/commands/slack-msg.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/slack-msg.ts)_

## `konfig test`

Expand All @@ -689,7 +689,7 @@ EXAMPLES
$ konfig test
```

_See code: [dist/commands/test.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/test.ts)_

## `konfig version`

Expand All @@ -706,5 +706,5 @@ EXAMPLES
$ konfig version
```

_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.57/dist/commands/version.ts)_
_See code: [dist/commands/version.ts](https://github.com/konfig-dev/konfig-cli/blob/v1.38.58/dist/commands/version.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion generator/konfig-dash/packages/konfig-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konfig-cli",
"version": "1.38.57",
"version": "1.38.58",
"description": "CLI for Generating SDKs with Konfig",
"author": "dphuang2 @dphuang2",
"bin": {
Expand Down
12 changes: 12 additions & 0 deletions generator/konfig-dash/packages/konfig-lib/konfig-yaml.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1781,6 +1781,12 @@
"packageName": {
"type": "string",
"description": "acme"
},
"clientState": {
"$ref": "#/definitions/konfigYaml/properties/generators/properties/java/properties/clientState"
},
"clientStateWithExamples": {
"$ref": "#/definitions/konfigYaml/properties/generators/properties/java/properties/clientStateWithExamples"
}
},
"required": [
Expand Down Expand Up @@ -2959,6 +2965,12 @@
},
"packageName": {
"$ref": "#/definitions/konfigYaml/properties/generators/properties/go/properties/packageName"
},
"clientState": {
"$ref": "#/definitions/konfigYaml/properties/generators/properties/java/properties/clientState"
},
"clientStateWithExamples": {
"$ref": "#/definitions/konfigYaml/properties/generators/properties/java/properties/clientStateWithExamples"
}
},
"required": [
Expand Down

0 comments on commit ad817cc

Please sign in to comment.