Skip to content

Commit

Permalink
Disable 'encore bits', mark openapi gen as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
eandre committed Apr 4, 2023
1 parent 178e750 commit aa60454
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/encore/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Supported language codes are:
typescript: A TypeScript client using the Fetch API
javascript: A JavaScript client using the Fetch API
go: A Go client using net/http"
openapi: An OpenAPI specification
openapi: An OpenAPI specification (EXPERIMENTAL)
`,
Args: cobra.ExactArgs(1),
Run: func(cmd *cobra.Command, args []string) {
Expand Down
1 change: 0 additions & 1 deletion cli/cmd/encore/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
daemonpb "encr.dev/proto/encore/daemon"
// Register commands
_ "encr.dev/cli/cmd/encore/app"
_ "encr.dev/cli/cmd/encore/bits"
_ "encr.dev/cli/cmd/encore/secrets"
)

Expand Down

0 comments on commit aa60454

Please sign in to comment.