1.1.0 • Published 4 years ago

@didream/esclu v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Elasticsearch Command Line Utilites

  Usage: esclu [options] <command> [...]


  Commands:

    url [path]            generate the URL for the options and path (default is /)
    get [path]            perform an HTTP GET request for path (default is /)
    create-index          create an index
    list-indices|li       get a list of indices in this cluster
    bulk <file>           read and perform bulk options from the specified file
    query|q [queries...]  perform an Elasticsearch query
    delete-index|d        delete an index
    put <file>            create/update single document

  Elasticsearch Command Line Utilites

  Options:

    -h, --help              output usage information
    -V, --version           output the version number
    -o, --host <hostname>   hostname [localhost]
    -p, --port <number>     port number [9200]
    -j, --json              format output as JSON
    -i, --index <name>      which index to use
    -t, --type <type>       default type for bulk operations
    -f, --filter <filter>   source filter for query results
    -id, --id <identifier>  document identifier