pgedge cluster json-create


SYNOPSIS
    ./pgedge cluster json-create CLUSTER_NAME NUM_NODES DB USR PASSWD <flags>

DESCRIPTION
    Usage:
    ./pgedge cluster json-create CLUSTER_NAME NUM_NODES DB USR PASSWD [pg_ver=PG_VERSION] [--port PORT]

POSITIONAL ARGUMENTS
    CLUSTER_NAME
        The name of the cluster.
    NUM_NODES
        The number of main nodes in the cluster.
    DB
        The database name.
    USR
        The username of the superuser created for this database.
    PASSWD
        The password for the above user.

FLAGS
    --pg_ver=PG_VER
        The PostgreSQL version of the database.
    
    --port=PORT
        The port number for the primary nodes. Must be between 1 and 65535. Defaults to '5432'.
    
    -f, --force=FORCE