1.0.0-alpha.0 • Published 1 year ago

shortcut-linear-migration v1.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Shortcut Linear Migration

Connects various attributes from Shortcut to migrated Linear resources

oclif Version Downloads/week

Usage

$ npm install -g shortcut-linear-migration
$ linear COMMAND
running command...
$ linear (--version)
shortcut-linear-migration/1.0.0-alpha.2 darwin-arm64 node-v22.2.0
$ linear --help [COMMAND]
USAGE
  $ linear COMMAND
...

Commands

linear help [COMMAND]

Display help for linear.

USAGE
  $ linear help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for linear.

See code: @oclif/plugin-help

linear migrate fields

Migrate custom fields from Shortcut to Linear as group labels. Defaults to all fields and imports as workspace labels.

USAGE
  $ linear migrate fields [-t <value>] [-f <value>] [-v] [-d]

FLAGS
  -d, --expect-duplicates  Expect duplicates and do not error
  -f, --field=<value>      Field to migrate
  -t, --team=<value>       Team to create group labels in
  -v, --values-only        Only migrate values of custom field

DESCRIPTION
  Migrate custom fields from Shortcut to Linear as group labels. Defaults to all fields and imports as workspace labels.

EXAMPLES
  $ linear migrate fields

See code: src/commands/migrate/fields.ts

linear migrate owners epics

Update owners of projects in Linear based on the owners of epics in Shortcut

USAGE
  $ linear migrate owners epics [-t <value>] [-u <value>]

FLAGS
  -t, --team=<value>  Team to migrate
  -u, --user=<value>  Shortcut username to migrate

DESCRIPTION
  Update owners of projects in Linear based on the owners of epics in Shortcut

EXAMPLES
  $ linear migrate owners epics

  $ linear migrate owners epics -t platform

  $ linear migrate owners epics -u johndoe

See code: src/commands/migrate/owners/epics.ts

linear migrate owners stories

Update owners of issues in Linear based on the owners of stories in Shortcut

USAGE
  $ linear migrate owners stories [-t <value>] [-u <value>]

FLAGS
  -t, --team=<value>  Team to migrate
  -u, --user=<value>  Shortcut username to migrate

DESCRIPTION
  Update owners of issues in Linear based on the owners of stories in Shortcut

EXAMPLES
  $ linear migrate owners stories

  $ linear migrate owners stories -t platform

  $ linear migrate owners stories -u johndoe

See code: src/commands/migrate/owners/stories.ts