Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi BEN ABDALLAH committed Jun 5, 2023
1 parent a6e52e6 commit 4a9211e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gendoc: build

.PHONY: build
build: test
go build -i -v -o $(PROJECT_BIN_NAME)
go build -v -o $(PROJECT_BIN_NAME)

.PHONY: test
test:
Expand Down
2 changes: 1 addition & 1 deletion docs/local-chart-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Modify the version number of a local helm chart
* [local-chart-version set](local-chart-version_set.md) - Modify a local chart's version number in place
* [local-chart-version version](local-chart-version_version.md) - Print the version of the local-chart-version helm plugin

###### Auto generated by spf13/cobra on 19-Apr-2020
###### Auto generated by spf13/cobra on 5-Jun-2023
2 changes: 1 addition & 1 deletion docs/local-chart-version_bump.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ local-chart-version bump [flags]

* [local-chart-version](local-chart-version.md) -

###### Auto generated by spf13/cobra on 19-Apr-2020
###### Auto generated by spf13/cobra on 5-Jun-2023
2 changes: 1 addition & 1 deletion docs/local-chart-version_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ local-chart-version get [flags]

* [local-chart-version](local-chart-version.md) -

###### Auto generated by spf13/cobra on 19-Apr-2020
###### Auto generated by spf13/cobra on 5-Jun-2023
2 changes: 1 addition & 1 deletion docs/local-chart-version_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ local-chart-version set [flags]

* [local-chart-version](local-chart-version.md) -

###### Auto generated by spf13/cobra on 19-Apr-2020
###### Auto generated by spf13/cobra on 5-Jun-2023
2 changes: 1 addition & 1 deletion docs/local-chart-version_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ local-chart-version version [flags]

* [local-chart-version](local-chart-version.md) -

###### Auto generated by spf13/cobra on 19-Apr-2020
###### Auto generated by spf13/cobra on 5-Jun-2023

0 comments on commit 4a9211e

Please sign in to comment.