Skip to content

Commit

Permalink
fix: generate docs
Browse files Browse the repository at this point in the history
Signed-off-by: Toma Puljak <[email protected]>
  • Loading branch information
Tpuljak committed Jan 13, 2025
1 parent a509531 commit 90715ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions docs/daytona_runner_configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ daytona runner configure [flags]
### Options

```
--api-key string Runner API Key
--api-url string Daytona Server API URL
--id string Runner ID
--name string Runner Name
--api-key string Runner API Key
--api-url string Daytona Server API URL
--client-id string Client ID
--disable-telemetry Disable telemetry
--id string Runner ID
--name string Runner Name
```

### Options inherited from parent commands
Expand Down
5 changes: 5 additions & 0 deletions hack/docs/daytona_runner_configure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ options:
usage: Runner API Key
- name: api-url
usage: Daytona Server API URL
- name: client-id
usage: Client ID
- name: disable-telemetry
default_value: "false"
usage: Disable telemetry
- name: id
usage: Runner ID
- name: name
Expand Down
3 changes: 0 additions & 3 deletions pkg/cmd/workspace/create/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,6 @@ var CreateCmd = &cobra.Command{
}
}

if err != nil {
return apiclient_util.HandleErrorResponse(res, err)
}
gpgKey, err := cmd_common.GetGitProviderGpgKey(apiClient, ctx, createWorkspaceDtos[0].GitProviderConfigId)
if err != nil {
log.Warn(err)
Expand Down

0 comments on commit 90715ef

Please sign in to comment.