rerun with latest
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -19,8 +19,12 @@ Commands:
|
||||
config:print
|
||||
config:schema
|
||||
help [command]
|
||||
info
|
||||
migrate [command]
|
||||
package [command]
|
||||
repo [command]
|
||||
versions:bump
|
||||
versions:migrate
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha build-workspace`
|
||||
@@ -128,6 +132,78 @@ Options:
|
||||
--version
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha info`
|
||||
|
||||
```
|
||||
Usage: <none>
|
||||
|
||||
Options:
|
||||
--help
|
||||
--version
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha migrate`
|
||||
|
||||
```
|
||||
Usage: backstage-cli migrate [options] [command] [command]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
|
||||
Commands:
|
||||
help [command]
|
||||
package-exports
|
||||
package-lint-configs
|
||||
package-roles
|
||||
package-scripts
|
||||
react-router-deps
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha migrate package-exports`
|
||||
|
||||
```
|
||||
Usage: program [options]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha migrate package-lint-configs`
|
||||
|
||||
```
|
||||
Usage: program [options]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha migrate package-roles`
|
||||
|
||||
```
|
||||
Usage: program [options]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha migrate package-scripts`
|
||||
|
||||
```
|
||||
Usage: program [options]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha migrate react-router-deps`
|
||||
|
||||
```
|
||||
Usage: program [options]
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha package`
|
||||
|
||||
```
|
||||
@@ -139,6 +215,8 @@ Options:
|
||||
Commands:
|
||||
build
|
||||
help [command]
|
||||
lint
|
||||
test
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha package build`
|
||||
@@ -155,6 +233,133 @@ Options:
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha package lint`
|
||||
|
||||
```
|
||||
Usage: program [options] [directories...]
|
||||
|
||||
Options:
|
||||
--fix
|
||||
--format <format>
|
||||
--max-warnings <number>
|
||||
--output-file <path>
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha package test`
|
||||
|
||||
```
|
||||
Usage: backstage-cli-alpha [--config=<pathToConfigFile>] [TestPathPattern]
|
||||
|
||||
Options:
|
||||
--all
|
||||
--automock
|
||||
--cache
|
||||
--cacheDirectory
|
||||
--changedFilesWithAncestor
|
||||
--changedSince
|
||||
--ci
|
||||
--clearCache
|
||||
--clearMocks
|
||||
--collectCoverage
|
||||
--collectCoverageFrom
|
||||
--color
|
||||
--colors
|
||||
--coverage
|
||||
--coverageDirectory
|
||||
--coveragePathIgnorePatterns
|
||||
--coverageProvider
|
||||
--coverageReporters
|
||||
--coverageThreshold
|
||||
--debug
|
||||
--detectLeaks
|
||||
--detectOpenHandles
|
||||
--env
|
||||
--errorOnDeprecated
|
||||
--filter
|
||||
--findRelatedTests
|
||||
--forceExit
|
||||
--globalSetup
|
||||
--globalTeardown
|
||||
--globals
|
||||
--haste
|
||||
--ignoreProjects
|
||||
--init
|
||||
--injectGlobals
|
||||
--json
|
||||
--lastCommit
|
||||
--listTests
|
||||
--logHeapUsage
|
||||
--maxConcurrency
|
||||
--moduleDirectories
|
||||
--moduleFileExtensions
|
||||
--moduleNameMapper
|
||||
--modulePathIgnorePatterns
|
||||
--modulePaths
|
||||
--noStackTrace
|
||||
--notify
|
||||
--notifyMode
|
||||
--openHandlesTimeout
|
||||
--outputFile
|
||||
--passWithNoTests
|
||||
--preset
|
||||
--prettierPath
|
||||
--projects
|
||||
--randomize
|
||||
--reporters
|
||||
--resetMocks
|
||||
--resetModules
|
||||
--resolver
|
||||
--restoreMocks
|
||||
--rootDir
|
||||
--roots
|
||||
--runTestsByPath
|
||||
--runner
|
||||
--seed
|
||||
--selectProjects
|
||||
--setupFiles
|
||||
--setupFilesAfterEnv
|
||||
--shard
|
||||
--showConfig
|
||||
--showSeed
|
||||
--silent
|
||||
--skipFilter
|
||||
--snapshotSerializers
|
||||
--testEnvironment
|
||||
--testEnvironmentOptions
|
||||
--testFailureExitCode
|
||||
--testLocationInResults
|
||||
--testMatch
|
||||
--testPathIgnorePatterns
|
||||
--testPathPattern
|
||||
--testRegex
|
||||
--testResultsProcessor
|
||||
--testRunner
|
||||
--testSequencer
|
||||
--testTimeout
|
||||
--transform
|
||||
--transformIgnorePatterns
|
||||
--unmockedModulePathPatterns
|
||||
--useStderr
|
||||
--verbose
|
||||
--version
|
||||
--watch
|
||||
--watchAll
|
||||
--watchPathIgnorePatterns
|
||||
--watchman
|
||||
--workerThreads
|
||||
-b, --bail
|
||||
-c, --config
|
||||
-e, --expand
|
||||
-f, --onlyFailures
|
||||
-h, --help
|
||||
-i, --runInBand
|
||||
-o, --onlyChanged
|
||||
-t, --testNamePattern
|
||||
-u, --updateSnapshot
|
||||
-w, --maxWorkers
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha repo`
|
||||
|
||||
```
|
||||
@@ -166,6 +371,8 @@ Options:
|
||||
Commands:
|
||||
build
|
||||
help [command]
|
||||
lint
|
||||
test
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha repo build`
|
||||
@@ -179,3 +386,56 @@ Options:
|
||||
--since <ref>
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha repo lint`
|
||||
|
||||
```
|
||||
Usage: program [options]
|
||||
|
||||
Options:
|
||||
--fix
|
||||
--format <format>
|
||||
--max-warnings <number>
|
||||
--output-file <path>
|
||||
--since <ref>
|
||||
--successCache
|
||||
--successCacheDir <path>
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha repo test`
|
||||
|
||||
```
|
||||
Usage: program [options]
|
||||
|
||||
Options:
|
||||
--jest-help
|
||||
--since <ref>
|
||||
--successCache
|
||||
--successCacheDir <path>
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha versions:bump`
|
||||
|
||||
```
|
||||
Usage: program [options]
|
||||
|
||||
Options:
|
||||
--pattern <glob>
|
||||
--release <version|next|main>
|
||||
--skip-install
|
||||
--skip-migrate
|
||||
-h, --help
|
||||
```
|
||||
|
||||
### `backstage-cli-alpha versions:migrate`
|
||||
|
||||
```
|
||||
Usage: program [options]
|
||||
|
||||
Options:
|
||||
--pattern <glob>
|
||||
--skip-code-changes
|
||||
-h, --help
|
||||
```
|
||||
|
||||
@@ -17,15 +17,6 @@ Commands:
|
||||
config:docs [options]
|
||||
config:print [options]
|
||||
config:schema [options]
|
||||
repo [command]
|
||||
package [command]
|
||||
versions:bump [options]
|
||||
versions:migrate [options]
|
||||
migrate [command]
|
||||
build-workspace [options] <workspace-dir> [packages...]
|
||||
info
|
||||
create-github-app <github-org>
|
||||
help [command]
|
||||
create-github-app <github-org>
|
||||
help [command]
|
||||
info
|
||||
@@ -207,15 +198,7 @@ Options:
|
||||
|
||||
Commands:
|
||||
build [options]
|
||||
<<<<<<< HEAD:packages/cli/cli-report.md
|
||||
test
|
||||
clean
|
||||
prepack
|
||||
postpack
|
||||
lint [options] [directories...]
|
||||
=======
|
||||
clean
|
||||
>>>>>>> e27a77cb9a9d1 (feat: allow multiple CLI reports for easier diff):packages/cli/cli-report.backstage-cli.md
|
||||
help [command]
|
||||
lint [options] [directories...]
|
||||
postpack
|
||||
@@ -288,12 +271,8 @@ Options:
|
||||
--config <path>
|
||||
--inspect [host]
|
||||
--inspect-brk [host]
|
||||
<<<<<<< HEAD:packages/cli/cli-report.md
|
||||
--require <path...>
|
||||
=======
|
||||
>>>>>>> e27a77cb9a9d1 (feat: allow multiple CLI reports for easier diff):packages/cli/cli-report.backstage-cli.md
|
||||
--link <path>
|
||||
--require <path>
|
||||
--require <path...>
|
||||
--role <name>
|
||||
-h, --help
|
||||
```
|
||||
@@ -422,22 +401,12 @@ Options:
|
||||
|
||||
Commands:
|
||||
build [options]
|
||||
<<<<<<< HEAD:packages/cli/cli-report.md
|
||||
test [options]
|
||||
lint [options]
|
||||
fix [options]
|
||||
=======
|
||||
>>>>>>> e27a77cb9a9d1 (feat: allow multiple CLI reports for easier diff):packages/cli/cli-report.backstage-cli.md
|
||||
clean
|
||||
fix [options]
|
||||
help [command]
|
||||
lint [options]
|
||||
list-deprecations [options]
|
||||
<<<<<<< HEAD:packages/cli/cli-report.md
|
||||
help [command]
|
||||
=======
|
||||
test [options]
|
||||
>>>>>>> e27a77cb9a9d1 (feat: allow multiple CLI reports for easier diff):packages/cli/cli-report.backstage-cli.md
|
||||
```
|
||||
|
||||
### `backstage-cli repo build`
|
||||
@@ -480,15 +449,11 @@ Usage: backstage-cli repo lint [options]
|
||||
Options:
|
||||
--fix
|
||||
--format <format>
|
||||
--max-warnings <number>
|
||||
--output-file <path>
|
||||
--since <ref>
|
||||
--successCache
|
||||
--successCacheDir <path>
|
||||
<<<<<<< HEAD:packages/cli/cli-report.md
|
||||
--max-warnings <number>
|
||||
--fix
|
||||
=======
|
||||
>>>>>>> e27a77cb9a9d1 (feat: allow multiple CLI reports for easier diff):packages/cli/cli-report.backstage-cli.md
|
||||
-h, --help
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user