Skip to content

Commit

Permalink
DOC make sure docs are up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Aug 19, 2023
1 parent c394176 commit 27cbf71
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,20 @@ Then you can use the `des-archive-access` command to interact with the metadata.
$ des-archive-access --help
Usage: des-archive-access [OPTIONS] COMMAND [ARGS]...

DES archive access CLI. Execute the CLI to start the SQL shell.
DES archive access CLI

Execute `des-archive-access` at the command line to run queries in an
interactive SQL shell.

Alternatively, use the options below to execute queries directly.

Options:
-l, --loadsql TEXT Load a SQL command from a file and execute it.
-c, --command TEXT Load a SQL command from the command line and execute it.
--help Show this message and exit.

Commands:
sql Alternative way of loading a sql command from the QUERY...
sql Execute a QUERY.
sqlrepl Alternative way of staring the SQL shell.
$ des-archive-access -c "select band, tilename, ccdnum, filename from y6a2_image limit 10;"
found 10 rows in 0.003719 seconds (2688.656410 rows/s)
Expand Down

0 comments on commit 27cbf71

Please sign in to comment.