Sheets
catalyst sheets
Section titled “catalyst sheets”Bidirectional sync between Aurora YAML schemas and Google Sheets
catalyst sheets diffcatalyst sheets listcatalyst sheets pullcatalyst sheets pushcatalyst sheets validate
catalyst sheets diff
Section titled “catalyst sheets diff”Show differences between Aurora YAML schemas and Google Sheets.
USAGE $ catalyst sheets diff [--all | --bc <value>] [-c <value>] [--summary]
FLAGS -c, --config=<value> [default: ./aurora.yaml] Path to aurora.yaml config file --all Diff all bounded contexts --bc=<value> Bounded context name --summary Show only summary
DESCRIPTION Show differences between Aurora YAML schemas and Google Sheets.
EXAMPLES $ catalyst sheets diff --bc iam
$ catalyst sheets diff --all
$ catalyst sheets diff --all --summarySee code: src/commands/sheets/diff.ts
catalyst sheets list
Section titled “catalyst sheets list”List configured bounded contexts for Google Sheets sync.
USAGE $ catalyst sheets list [-c <value>]
FLAGS -c, --config=<value> [default: ./aurora.yaml] Path to aurora.yaml config file
DESCRIPTION List configured bounded contexts for Google Sheets sync.
EXAMPLES $ catalyst sheets listSee code: src/commands/sheets/list.ts
catalyst sheets pull
Section titled “catalyst sheets pull”Pull schemas from Google Sheets to Aurora YAML files.
USAGE $ catalyst sheets pull [--all | --bc <value>] [-c <value>] [--dry-run] [--no-backup] [-v]
FLAGS -c, --config=<value> [default: ./aurora.yaml] Path to aurora.yaml config file -v, --verbose Show detailed output --all Pull all bounded contexts --bc=<value> Bounded context name --dry-run Preview without making changes --no-backup Skip creating backup before pull
DESCRIPTION Pull schemas from Google Sheets to Aurora YAML files.
EXAMPLES $ catalyst sheets pull --bc iam
$ catalyst sheets pull --all
$ catalyst sheets pull --all --no-backup
$ catalyst sheets pull --bc iam --dry-runSee code: src/commands/sheets/pull.ts
catalyst sheets push
Section titled “catalyst sheets push”Push Aurora YAML schemas to Google Sheets.
USAGE $ catalyst sheets push [--all | --bc <value>] [-c <value>] [--dry-run] [-v]
FLAGS -c, --config=<value> [default: ./aurora.yaml] Path to aurora.yaml config file -v, --verbose Show detailed output --all Push all bounded contexts --bc=<value> Bounded context name --dry-run Preview without making changes
DESCRIPTION Push Aurora YAML schemas to Google Sheets.
EXAMPLES $ catalyst sheets push
$ catalyst sheets push --bc iam
$ catalyst sheets push --all
$ catalyst sheets push --bc iam --dry-runSee code: src/commands/sheets/push.ts
catalyst sheets validate
Section titled “catalyst sheets validate”Validate connection and format of a Google Sheet.
USAGE $ catalyst sheets validate [--bc <value>] [-c <value>]
FLAGS -c, --config=<value> [default: ./aurora.yaml] Path to aurora.yaml config file --bc=<value> Bounded context name
DESCRIPTION Validate connection and format of a Google Sheet.
EXAMPLES $ catalyst sheets validate --bc iamSee code: src/commands/sheets/validate.ts