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
Copy file name to clipboardExpand all lines: mkdocs/docs/cli.md
+20-16Lines changed: 20 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,24 +33,28 @@ You can pass the path to the Catalog using the `--uri` and `--credential` argume
33
33
Usage: pyiceberg [OPTIONS] COMMAND [ARGS]...
34
34
35
35
Options:
36
-
--catalog TEXT
37
-
--verbose BOOLEAN
38
-
--output [text|json]
39
-
--ugi TEXT
40
-
--uri TEXT
41
-
--credential TEXT
42
-
--help Show this message and exit.
36
+
--catalog TEXT
37
+
--verbose BOOLEAN
38
+
--output [text|json]
39
+
--ugi TEXT
40
+
--uri TEXT
41
+
--credential TEXT
42
+
--help Show this message and exit.
43
43
44
44
Commands:
45
-
describe Describes a namespace or table
46
-
drop Operations to drop a namespace or table
47
-
list Lists tables or namespaces
48
-
location Returns the location of the table
49
-
properties Properties on tables/namespaces
50
-
rename Renames a table
51
-
schema Gets the schema of the table
52
-
spec Returns the partition spec of the table
53
-
uuid Returns the UUID of the table
45
+
create Operation to create a namespace.
46
+
describe Describe a namespace or a table.
47
+
drop Operations to drop a namespace or table.
48
+
files List all the files of the table.
49
+
list List tables or namespaces.
50
+
list-refs List all the refs in the provided table.
51
+
location Return the location of the table.
52
+
properties Properties on tables/namespaces.
53
+
rename Rename a table.
54
+
schema Get the schema of the table.
55
+
spec Return the partition spec of the table.
56
+
uuid Return the UUID of the table.
57
+
version Print pyiceberg version.
54
58
```
55
59
56
60
This example assumes that you have a default catalog set. If you want to load another catalog, for example, the rest example above. Then you need to set `--catalog rest`.
0 commit comments