Skip to content

Commit

Permalink
chore: cleanup existing cli docs before generation (#1302)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Dagelic <[email protected]>
  • Loading branch information
idagelic authored Oct 30, 2024
1 parent 9a8ce2d commit c0b2bad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/generate-cli-docs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Copyright 2024 Daytona Platforms Inc.
# SPDX-License-Identifier: Apache-2.0

# Clean up existing documentation files
rm -rf docs hack/docs

# Generate default CLI documentation files in folder "docs"
go run cmd/daytona/main.go generate-docs

Expand Down

0 comments on commit c0b2bad

Please sign in to comment.