pgedge spock sequence-convert


SYNOPSIS
    ./pgedge spock sequence-convert SEQUENCE DB <flags>

DESCRIPTION
    Convert sequence(s) to snowflake sequences. 

Example: spock sequence-convert 'public.*' demo 

POSITIONAL ARGUMENTS
    SEQUENCE
        The sequence name. To convert all sequences matching a pattern use single quotes and * as a wildcard. Examples: '*', myseq, 'public.*'
    DB
        The name of the database. Example: demo

FLAGS
    -t, --type=TYPE