You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--source-url`: The source URL of the database to clone
17
19
-`--config`: .env or .yaml config file to use with pgstream if any
18
20
-`--log-level`: Log level for the application. One of trace, debug, info, warn, error, fatal, panic
19
21
-`--dump-file`: File where the pg_dump output will be written
20
22
-`--postgres-url`: Source postgres database to perform the snapshot from
21
23
-`--profile`: Whether to produce CPU and memory profile files, as well as exposing a /debug/pprof endpoint on localhost:6060
22
24
-`--reset`: Whether to reset the target before snapshotting (only for postgres target)
23
-
-`--tables`: List of tables to snapshot, in the format <schema>.<table>. If not specified, the schema `public` will be assumed. Wildcards are supported
25
+
-`--tables`: List of tables to snapshot, in the format `<schema>.<table>`. If not specified, the schema `public` will be assumed. Wildcards are supported
24
26
-`--target`: Target type. One of postgres, opensearch, elasticsearch, kafka
25
27
-`--target-url`: Target URL
26
28
-`--organization`: Organization ID (default: "")
27
29
-`--project`: Project ID (default: "")
28
30
-`--branch`: Branch ID (default: "")
29
-
-`--filter-tables`: Tables to filter (default: *.*)
31
+
-`--filter-tables`: Tables to filter (default: _._)
30
32
-`--validation-mode`: Anonymization validation mode, strict implies that all tables and columns should be specified (strict|relaxed|prompt, default: prompt)
31
33
-`--role`: Postgres role to use for the clone
32
34
-`-h, --help`: Print help information and exit
33
35
34
36
### config
37
+
35
38
Automatically configure the transforms for the clone command.
-`--source-url`: The source URL of the database to clone
41
45
-`--mode`: The assisting mode to help with the configuration generation (auto|prompt|web|ai, default: prompt)
42
46
-`--validation-mode`: Anonymization validation mode, strict implies that all tables and columns should be specified (strict|relaxed|prompt, default: prompt)
0 commit comments