File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $ npm install -g pdpl-cli
66$ pdpl COMMAND
77running 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]
1111USAGE
1212 $ pdpl COMMAND
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
242255Import a file or directory of files
You can’t perform that action at this time.
0 commit comments