Class: Ronin::DB::CLI::Commands::StreetAddresses Private

Inherits:
ModelCommand show all
Defined in:
lib/ronin/db/cli/commands/street_addresses.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Manages all StreetAddresses in the database.

Usage

ronin-db street-addresses [options]

Options

    --db NAME                    The database to connect to (Default: default)
    --db-uri URI                 The database URI to connect to
    --db-file PATH               The sqlite3 database file to use
-v, --verbose                    Enables verbose output
-P, --for-person FULL_NAME       Searches for street addresses associated with the person's full name
-O, --for-organization NAME      Searches for street addresses associated with the organization's name
-a, --with-address ADDRESS       Searches for street addresses with the matching address
-c, --with-city CITY             Searches for street addresses with the matching city
-s, --with-state STATE           Searches for street addresses with the matching state
-C, --with-country COUNTRY       Searches for street addresses with the matching country
-z, --with-zipcode ZIPCODE       Searches for street addresses with the matching zipcode
-h, --help                       Print help information

Since:

  • 0.2.0

Constant Summary

Constants included from URIMethods

URIMethods::ADAPTER_ALIASES

Instance Attribute Summary

Attributes inherited from ModelCommand

#query_method_calls

Method Summary

Methods inherited from ModelCommand

#db_connect, #initialize, #list, #load_model, #model, model_file, model_name, #print_record, #query, #run

Methods included from DatabaseOptions

#db_config, #db_connect, included

Methods included from URIMethods

#normalize_adapter, #normalize_sqlite3_path, #parse_uri

Constructor Details

This class inherits a constructor from Ronin::DB::CLI::ModelCommand