pgedge ace schema-diff


SYNOPSIS
    ./pgedge ace schema-diff CLUSTER_NAME SCHEMA_NAME <flags>

DESCRIPTION
    Performs a schema diff operation on a specified cluster and schema.

POSITIONAL ARGUMENTS
    CLUSTER_NAME
        Name of the cluster.
    SCHEMA_NAME
        Name of the schema to diff.

FLAGS
    -n, --nodes=NODES
        Nodes to include in the diff. Defaults to "all".
    
    --dbname=DBNAME
        Name of the database. Defaults to None.
    
    --ddl_only=DDL_ONLY
    
    
    --skip_tables=SKIP_TABLES
    
    
    --skip_file=SKIP_FILE
    
    
    -q, --quiet=QUIET
        Whether to suppress output. Defaults to False.