Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/contributor/extensibility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data:
name: my-command
```

For the example of the Serverless module extension ConfigMap, see [cli-extension.yaml](https://github.com/kyma-project/serverless/blob/main/config/serverless/templates/cli-extension.yaml).
For the example of the Serverless module extension ConfigMap, see [cli-extension.yaml](https://github.com/kyma-project/serverless/blob/main/config/buildless-serverless/templates/cli-extension.yaml).

## kyma-commands.yaml

Expand All @@ -71,7 +71,7 @@ subCommands: [...]
| **flags** | no | array | Command flags definition used to overwrite values in the configuration under the `with` field |
| **subCommands** | no | array | List of sub-commands. Every sub-command has the same schema as its parent |

For the example of the Serverless module extension, see [kyma-commands.yaml](https://github.com/kyma-project/serverless/blob/main/config/serverless/files/kyma-commands.yaml).
For the example of the Serverless module extension, see [kyma-commands.yaml](https://github.com/kyma-project/serverless/blob/main/config/buildless-serverless/files/kyma-commands.yaml).
For the in-code definition of types, see [types.go](https://github.com/kyma-project/cli/blob/main/internal/extensions/types/types.go).

### metadata
Expand Down
Loading