gsqlcmd Command-Line Mode Synonyms
gsqlcmd
supports mode synonyms to maintain compatibility with earlier versions and to allow for shorter commands, such as using "show" instead of "show-connections."
Here's a complete table of synonyms:
execute = exec prepare = <a href="command-line-modes.htm#mode-exec">exec</a> /prepare parse = <a href="command-line-modes.htm#mode-exec">exec</a> /parse select <connection> = exec <connection> select = convert webtocsv = convert texttocsv = convert webtotext = download get = download /method=GET post = download /method=POST put = download /method=PUT patch = download /method=PATCH merge = download /method=MERGE delete = download /method=DELETE head = download /method=HEAD insert <connection> = make <connection> /commands=insert update <connection> = make <connection> /commands=update delete <connection> = make <connection> /commands=delete merge <connection> = make <connection> /commands=merge knex <connection> = make <connection> /commands=knex create-sqlite3 = create-database /serverType=sqlite fmt+ = make-fmt+ fmt = make-fmt create = make-create bulk = make-bulk ini = make-ini ace = make-ace edit = edit-connections localconfig = edit-connections /location=local userconfig = edit-connections /location=user appconfig = edit-connections /location=app providers = show-providers connections = show-connections show = show-connections show <connection> = show-connection <connection> show <*.xml> = show-roots <*.xml> show <*.json> = show-roots <*.json> show <*.htm> = show-html-tables <*.htm> show <*.html> = show-html-tables <*.html> html-tables = show-html-tables