Skip to content

Commit ed15606

Browse files
committed
docs: oclif generated docs
1 parent 934d747 commit ed15606

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

docs/commands.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $ npm install -g pdpl-cli
66
$ pdpl COMMAND
77
running command...
88
$ pdpl (--version)
9-
pdpl-cli/0.13.0 darwin-arm64 node-v22.14.0
9+
pdpl-cli/0.14.0 darwin-arm64 node-v22.14.0
1010
$ pdpl --help [COMMAND]
1111
USAGE
1212
$ pdpl COMMAND
@@ -28,6 +28,7 @@ USAGE
2828
* [`pdpl config:init`](#pdpl-configinit)
2929
* [`pdpl db:describe`](#pdpl-dbdescribe)
3030
* [`pdpl db:load`](#pdpl-dbload)
31+
* [`pdpl db:transform`](#pdpl-dbtransform)
3132
* [`pdpl import IMPORTNAME IMPORTPATH`](#pdpl-import-importname-importpath)
3233
* [`pdpl recipe:run RECIPE_NAME`](#pdpl-reciperun-recipe_name)
3334
* [`pdpl recipe:validate RECIPE_NAME`](#pdpl-recipevalidate-recipe_name)
@@ -237,6 +238,18 @@ EXAMPLES
237238
$ pdpl db:load API_NAME --api API_NAME --endpoint ENDPOINT_NAME
238239
```
239240

241+
## `pdpl db:transform`
242+
243+
Build new tables from existing or transformed data
244+
245+
```
246+
USAGE
247+
$ pdpl db:transform
248+
249+
EXAMPLES
250+
$ pdpl db:transform
251+
```
252+
240253
## `pdpl import IMPORTNAME IMPORTPATH`
241254

242255
Import a file or directory of files

0 commit comments

Comments
 (0)