-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs Update #286
Docs Update #286
Conversation
@@ -81,18 +78,6 @@ You must compile your code (`npm run build`) and start the debug proxy before ru | |||
- `-l, --loglevel <log-level>`: The severity of log entries emitted. Can be one of `debug`, `info`, `warn`, `error`, `emerg`, `crit`, `alert`. | |||
- `-d, --appDir <application-directory>`: The path to your application root directory. | |||
|
|||
--- | |||
|
|||
### `npx dbos-openapi generate` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're adding this back: dbos-inc/dbos-transact-ts#715
Do we still want to delete this reference?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a separate docs PR to modernize all the OpenAPI stuff, all of it is out of date.
Simplifying documentation using the new database wizard (dbos-inc/dbos-transact-py#176, dbos-inc/dbos-transact-ts#705).
Also general cleanup on the TypeScript documentation.