diff --git a/docs/cli.md b/docs/cli.md index 0cc7dee4af9..0598a36e034 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -30,13 +30,17 @@ The general structure for running commands with the Gravitino CLI is `gcli entit usage: gcli [metalake|catalog|schema|model|table|column|user|group|tag|topic|fileset] [list|details|create|delete|update|set|remove|properties|revoke|grant] [options] Options usage: gcli - -a,--audit display audit information + -a,--audit display audit information + --alias model aliases + --all all operation for --enable --auto column value auto-increments (true/false) -c,--comment entity comment --columnfile CSV file describing columns -d,--distribution display distribution information --datatype column data type --default default column value + --disable disable entities + --enable enable entities -f,--force force operation -g,--group group name -h,--help command help information @@ -52,6 +56,7 @@ The general structure for running commands with the Gravitino CLI is `gcli entit -p,--properties property name/value pairs --partition display partition information --position position of column + --privilege privilege(s) -r,--role role name --rename new entity name -s,--server Gravitino server version @@ -59,6 +64,7 @@ The general structure for running commands with the Gravitino CLI is `gcli entit --sortorder display sortorder information -t,--tag tag name -u,--url Gravitino URL (default: http://localhost:8090) + --uri model version artifact -v,--version Gravitino client version -V,--value property value -x,--index display index information @@ -950,4 +956,6 @@ gcli --simple ```bash gcli --simple --login userName -``` \ No newline at end of file +``` + + \ No newline at end of file