pgedge ace repset-diff


SYNOPSIS
    ./pgedge ace repset-diff CLUSTER_NAME REPSET_NAME <flags>

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

POSITIONAL ARGUMENTS
    CLUSTER_NAME
        Name of the cluster.
    REPSET_NAME
        Name of the repset to diff.

FLAGS
    -d, --dbname=DBNAME
        Name of the database. Defaults to None.
    
    --block_rows=BLOCK_ROWS
        Number of rows per block. Defaults to config.BLOCK_ROWS_DEFAULT.
    
    -m, --max_cpu_ratio=MAX_CPU_RATIO
        Maximum CPU usage ratio. Defaults to config.MAX_CPU_RATIO_DEFAULT.
    
    -o, --output=OUTPUT
        Output format. Defaults to "json".
    
    -n, --nodes=NODES
        Nodes to include in the diff. Defaults to "all".
    
    --batch_size=BATCH_SIZE
        Size of each batch. Defaults to config.BATCH_SIZE_DEFAULT.
    
    -q, --quiet=QUIET
        Whether to suppress output. Defaults to False.
    
    --skip_tables=SKIP_TABLES
        List of tables to skip. Defaults to None.
    
    --skip_file=SKIP_FILE