MCPcopy Index your code

hub / github.com/oclif/oclif / functions

Functions174 in github.com/oclif/oclif

↓ 46 callersFunctionexec
( command: string, opts: ExecOptions, )
test/integration/util.ts:4
↓ 43 callersFunctionexec
( command: string, opts?: ExecOptions & {silent?: boolean}, )
src/generator.ts:50
↓ 28 callersFunctiontemplateShortKey
( type: 'deb' | 'macos' | 'win32' | keyof Interfaces.S3Templates, options?: TemplateOptions, )
src/upload-util.ts:31
↓ 22 callersFunctionlog
(format: string, ...args: unknown[])
src/log.ts:9
↓ 11 callersMethoddist
(f: string)
src/commands/upload/deb.ts:25
↓ 9 callersFunctiondeleteFolder
(bucket: string, folder: string)
test/helpers/helper.ts:31
↓ 8 callersFunctioncommitAWSDir
(version: string, sha: string, s3Config: TarballConfig['s3Config'])
src/upload-util.ts:7
↓ 7 callersMethodcommands
(commands: Command.Cached[])
src/readme-generator.ts:69
↓ 5 callersFunctionuniq
(arr: T[])
src/util.ts:28
↓ 4 callersFunctionappendToIndex
(input: { dryRun?: boolean filename: string maxAge: string originalUrl: string s3Config: BuildConfig
src/version-indexes.ts:41
↓ 4 callersFunctioncompact
(a: (T | undefined)[])
src/util.ts:23
↓ 4 callersFunctiondebArch
(arch: Interfaces.ArchTypes)
src/upload-util.ts:53
↓ 4 callersFunctiondebVersion
(buildConfig: TarballConfig)
src/upload-util.ts:61
↓ 4 callersFunctiongitSha
(cwd: string, options: {short?: boolean} = {})
src/tarballs/config.ts:52
↓ 4 callersFunctionpack
(from: string, to: string, c: BuildConfig)
src/tarballs/build.ts:19
↓ 4 callersFunctionprettifyPaths
(input: unknown)
src/util.ts:84
↓ 4 callersFunctionvalidateBin
(bin: string)
src/util.ts:113
↓ 3 callersMethodbuild
(arch: Interfaces.ArchTypes)
src/commands/pack/deb.ts:96
↓ 3 callersFunctioncastArray
(input?: T | T[])
src/util.ts:11
↓ 3 callersFunctioncopyYarnDirectory
(relativePath: string, yarnRootPath: string, workspacePath: string)
src/tarballs/build.ts:40
↓ 3 callersFunctionhash
(algo: string, fp: string | string[])
src/util.ts:87
↓ 3 callersFunctionreadPJSON
( location: string, )
src/generator.ts:67
↓ 3 callersMethodreplaceTag
(readme: string, tag: string, body: string)
src/readme-generator.ts:209
↓ 3 callersFunctionslugify
(str: string)
src/readme-generator.ts:33
↓ 3 callersMethodusage
()
src/readme-generator.ts:233
↓ 2 callersFunctionbuild
(c: BuildConfig, options: BuildOptions = {})
src/tarballs/build.ts:90
↓ 2 callersFunctionbuildTarget
( target: {arch: Interfaces.ArchTypes; platform: Interfaces.PlatformTypes}, c: BuildConfig, options: Bui
src/tarballs/build.ts:220
↓ 2 callersFunctioncheckMaybeOtherValue
()
src/generator.ts:132
↓ 2 callersMethodcommandUsage
(command: Command.Cached)
src/readme-generator.ts:303
↓ 2 callersFunctiondeletePrepackScript
* Delete prepack script from package.json because it will generate an oclif.manifest.json * that contains .ts paths (instead of .js) since NODE_ENV=t
test/integration/cli.test.ts:21
↓ 2 callersMethodexecuteCommand
( command: string, args: string[], options?: SpawnOptions, )
src/commands/manifest.ts:132
↓ 2 callersFunctionfindDistFileSha
( cwd: string, platform: string, filter: (f: string) => boolean, )
test/helpers/helper.ts:13
↓ 2 callersFunctionfolderCleanup
()
test/integration/publish.test.ts:67
↓ 2 callersFunctionmakeFlags
(flaggablePrompts: T)
src/generator.ts:82
↓ 2 callersFunctionmanifest
(path: string, nodeVersion: string)
test/integration/publish.test.ts:35
↓ 2 callersFunctionmaybeDefault
()
src/generator.ts:125
↓ 2 callersFunctionmaybeFlag
()
src/generator.ts:116
↓ 2 callersMethodmultiCommands
( commands: Command.Cached[], dir: string, nestedTopicsDepth: number | undefined, )
src/readme-generator.ts:135
↓ 2 callersFunctionrunTest
(url: string, expectedSha: string, nodeVersion: string)
test/integration/publish.test.ts:46
↓ 2 callersMethodtableOfContents
(readme: string)
src/readme-generator.ts:221
↓ 2 callersFunctionuniqBy
(arr: T[], fn: (cur: T) => unknown)
src/util.ts:16
↓ 2 callersMethodwrite
(file: string, content: string)
src/readme-generator.ts:255
↓ 2 callersFunctionwriteWin32
(bin: string)
src/tarballs/bin.ts:24
↓ 1 callersFunctionTmp
(config: Interfaces.Config)
src/tarballs/config.ts:58
↓ 1 callersFunctionaddDependencies
(c: BuildConfig)
src/tarballs/build.ts:163
↓ 1 callersFunctionaddDeps
(cwd: string)
test/integration/init.test.ts:66
↓ 1 callersMethodbuild
(arch: Interfaces.ArchTypes)
src/commands/pack/macos.ts:193
↓ 1 callersFunctionchannelAWSDir
(channel: string, s3Config: TarballConfig['s3Config'])
src/upload-util.ts:13
↓ 1 callersFunctioncheckFor7Zip
()
src/util.ts:99
↓ 1 callersMethodcheckForNSIS
()
src/commands/pack/win.ts:363
↓ 1 callersMethodcommand
(command: Command.Class)
test/fixtures/cli-with-old-school-custom-help/src/help.ts:4
↓ 1 callersMethodcommandCode
(c: Command.Cached)
src/readme-generator.ts:45
↓ 1 callersMethodcommandPath
(plugin: Interfaces.Plugin, c: Command.Cached)
src/readme-generator.ts:263
↓ 1 callersFunctioncompare
(a: Types | Types[], b: Types | Types[])
src/util.ts:34
↓ 1 callersFunctioncompile
(cwd: string)
test/integration/init.test.ts:43
↓ 1 callersFunctioncopyCoreYarnFiles
(yarnRootPath: string, workspacePath: string)
src/tarballs/build.ts:55
↓ 1 callersMethodcreateTopicFile
(file: string, topic: Interfaces.Topic, commands: Command.Cached[])
src/readme-generator.ts:87
↓ 1 callersFunctiondetermineDefaultAuthor
( user: undefined | {login?: string; name: string | undefined}, defaultValue: string, )
src/commands/generate.ts:42
↓ 1 callersMethoddownloadTarball
(plugin: string, version: string, tarballStoragePath: string)
src/commands/manifest.ts:109
↓ 1 callersFunctionexists
(filePath: string)
test/integration/sf.test.ts:8
↓ 1 callersFunctionextract
()
src/tarballs/node.ts:61
↓ 1 callersFunctionextractCLI
(tarball: string, c: BuildConfig)
src/tarballs/build.ts:203
↓ 1 callersFunctionfetchGithubUser
()
src/commands/generate.ts:38
↓ 1 callersFunctionfetchGithubUserFromAPI
()
src/commands/generate.ts:15
↓ 1 callersFunctionfetchGithubUserFromGit
()
src/commands/generate.ts:31
↓ 1 callersFunctionfetchNodeBinary
({arch, nodeVersion, output, platform, tmp}: Options)
src/tarballs/node.ts:26
↓ 1 callersFunctionfileExists
(filePath: string)
src/commands/manifest.ts:8
↓ 1 callersFunctionfileExists
(path: string)
src/commands/lock.ts:4
↓ 1 callersFunctionfindEjsFiles
(location: string)
src/commands/generate.ts:278
↓ 1 callersMethodformatCommand
(command: Command.Cached)
src/help-compatibility.ts:20
↓ 1 callersMethodgenerate
()
src/readme-generator.ts:104
↓ 1 callersFunctiongetFilename
(platform: string)
src/tarballs/node.ts:94
↓ 1 callersFunctiongetModuleType
()
test/integration/init.test.ts:14
↓ 1 callersFunctiongetPackageManager
()
test/integration/init.test.ts:8
↓ 1 callersFunctiongetS3ChecksumConfig
(endpoint: string | undefined, envValue: string | undefined)
src/util.ts:121
↓ 1 callersFunctiongitShaSync
(cwd: string, options: {short?: boolean} = {})
test/helpers/helper.ts:25
↓ 1 callersFunctionisLockFile
(f: string)
src/tarballs/build.ts:125
↓ 1 callersFunctionisModuleType
(d: string)
src/commands/init.ts:19
↓ 1 callersFunctionisPackageManager
(d: string)
src/commands/init.ts:15
↓ 1 callersFunctionisS3Compatible
(endpoint: string | undefined)
src/util.ts:117
↓ 1 callersFunctionisYarnProject
(yarnRootPath: string)
src/tarballs/build.ts:33
↓ 1 callersFunctionpackCLI
(c: BuildConfig)
src/tarballs/build.ts:198
↓ 1 callersFunctionpackForFTP
(buildConfig: Tarballs.BuildConfig, config: Interfaces.Config, dist: string)
src/commands/pack/deb.ts:174
↓ 1 callersFunctionpretarball
(c: BuildConfig)
src/tarballs/build.ts:141
↓ 1 callersMethodread
()
src/readme-generator.ts:176
↓ 1 callersFunctionremoveLockfiles
(c: BuildConfig)
src/tarballs/build.ts:133
↓ 1 callersMethodrenderCommand
(c: Command.Cached, HelpClass: HelpBaseDerived)
src/readme-generator.ts:180
↓ 1 callersMethodrepo
(plugin: Interfaces.Plugin)
src/readme-generator.ts:324
↓ 1 callersFunctionsetBins
()
test/integration/init.test.ts:105
↓ 1 callersFunctionsetBins
()
test/integration/cli.test.ts:39
↓ 1 callersFunctionsignWindows
( o: string, arch: string, config: Interfaces.Config, windows: Interfaces.OclifConfiguration['windows'
src/commands/pack/win.ts:374
↓ 1 callersFunctionsortBy
(arr: T[], fn: (i: T) => Types | Types[])
src/util.ts:50
↓ 1 callersFunctionsortVersionsObjectByKeysDesc
(input: VersionsObject, keyLimit?: number)
src/version-indexes.ts:15
↓ 1 callersFunctionupdatePJSON
(c: BuildConfig)
src/tarballs/build.ts:152
↓ 1 callersFunctionvalidateInput
(input: string, validate: (input: string) => boolean | string)
src/generator.ts:76
↓ 1 callersFunctionwriteBinScripts
({ baseWorkspace, config, nodeOptions, nodeVersion, }: { baseWorkspace: string config: Interfaces.
src/tarballs/bin.ts:10
↓ 1 callersFunctionwriteUnix
()
src/tarballs/bin.ts:49
Methodarg
(arg: Command.Arg.Cached)
src/readme-generator.ts:304
FunctionbuildConfig
( root: string, options: {sha?: string; targets?: string[]; xz?: boolean} = {}, )
src/tarballs/config.ts:64
MethodcloudBucketCommitKey
(shortKey: string)
src/commands/promote.ts:59
next →1–100 of 174, ranked by callers