Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/oclif/oclif
/ functions
Functions
174 in github.com/oclif/oclif
⨍
Functions
174
◇
Types & classes
81
Method
cloudChannelKey
(shortKey: string)
src/commands/promote.ts:61
Function
cloudfront
()
src/aws.ts:39
Method
constructor
(config: Config, options: {outputDir: string; readmePath: string})
test/unit/readme-generator.test.ts:9
Method
constructor
(inner: MaybeCompatibleHelp)
src/help-compatibility.ts:16
Method
constructor
( private config: Config, private options: Options, )
src/readme-generator.ts:40
Function
creds
()
src/aws.ts:44
Method
defaultUsage
()
src/readme-generator.ts:311
Function
download
()
src/tarballs/node.ts:42
Method
formatCommand
(command: Command.Class)
test/fixtures/cli-command-with-alias/src/help.ts:4
Method
formatCommand
(command: Interfaces.Command)
test/fixtures/cli-with-nested-topics-with-space-separator/src/help.ts:4
Method
formatCommand
(command: Interfaces.Command)
test/fixtures/cli-with-nested-topics/src/help.ts:4
Method
formatCommand
(command: Command.Class)
test/fixtures/cli-with-malicious-jit-plugin/src/help.ts:4
Method
formatCommand
(command: Command.Class)
test/fixtures/cli-with-custom-help/src/help.ts:4
Method
formatCommand
(command: Command.Class)
test/fixtures/cli-with-jit-plugin/src/help.ts:4
Function
getFlagOrPrompt
* Get a flag value or prompt the user for a value. * * Resolution order: * - Flag value provided by the user * - Value returned by `maybeO
src/generator.ts:112
Method
header
()
src/readme-generator.ts:188
Function
init
()
src/generator.ts:178
Function
isEmpty
(obj: Record<string, unknown>)
src/util.ts:109
Method
maybeOtherValue
()
src/commands/init.ts:103
Method
maybeUploadManifest
()
src/commands/upload/tarballs.ts:81
Function
onRetry
(_e, attempt)
src/tarballs/node.ts:81
Function
parse
(input)
src/generator.ts:89
Method
promoteDebianAptPackages
()
src/commands/promote.ts:240
Method
promoteGzTarballs
(target: (typeof buildConfig.targets)[number])
src/commands/promote.ts:88
Method
promoteMacInstallers
()
src/commands/promote.ts:166
Method
promoteManifest
(target: (typeof buildConfig.targets)[number])
src/commands/promote.ts:64
Method
promoteWindowsInstallers
()
src/commands/promote.ts:202
Method
promoteXzTarballs
(target: (typeof buildConfig.targets)[number])
src/commands/promote.ts:127
Method
read
()
test/unit/readme-generator.test.ts:13
Method
releaseTarballs
(ext: '.tar.gz' | '.tar.xz')
src/commands/upload/tarballs.ts:64
Method
run
()
test/fixtures/cli-command-with-alias/src/commands/hello.ts:8
Method
run
()
test/fixtures/cli-with-custom-help-no-format-command/src/commands/hello.ts:21
Method
run
()
test/fixtures/cli-with-old-school-custom-help/src/commands/hello.ts:21
Method
run
()
test/fixtures/cli-with-nested-topics-with-space-separator/src/commands/roottopic/subtopic2/hello.ts:8
Method
run
()
test/fixtures/cli-with-nested-topics-with-space-separator/src/commands/roottopic/subtopic1/hello.ts:8
Method
run
()
test/fixtures/cli-with-nested-topics/src/commands/roottopic/subtopic2/hello.ts:8
Method
run
()
test/fixtures/cli-with-nested-topics/src/commands/roottopic/subtopic1/hello.ts:8
Method
run
()
test/fixtures/cli-with-malicious-jit-plugin/src/commands/hello.ts:7
Method
run
()
test/fixtures/cli-with-custom-help/src/commands/hello.ts:21
Method
run
()
test/fixtures/cli-with-jit-plugin/src/commands/hello.ts:7
Method
run
()
src/commands/generate.ts:138
Method
run
()
src/commands/manifest.ts:30
Method
run
()
src/commands/init.ts:78
Method
run
()
src/commands/promote.ts:33
Method
run
()
src/commands/readme.ts:67
Method
run
()
src/commands/lock.ts:14
Method
run
()
src/commands/pack/win.ts:277
Method
run
()
src/commands/pack/macos.ts:172
Method
run
()
src/commands/pack/deb.ts:82
Method
run
()
src/commands/pack/tarballs.ts:27
Method
run
()
src/commands/upload/win.ts:21
Method
run
()
src/commands/upload/macos.ts:25
Method
run
()
src/commands/upload/deb.ts:21
Method
run
()
src/commands/upload/tarballs.ts:22
Method
run
()
src/commands/generate/hook.ts:25
Method
run
()
src/commands/generate/command.ts:18
Function
s3
()
src/aws.ts:54
Method
showCommandHelp
(command: Command.Class)
test/fixtures/cli-with-custom-help-no-format-command/src/help.ts:4
Method
showCommandHelp
(command: Command.Class)
test/fixtures/cli-with-old-school-custom-help/src/help.ts:8
Method
showHelp
()
test/fixtures/cli-with-custom-help-no-format-command/src/help.ts:8
Method
showHelp
()
test/fixtures/cli-with-old-school-custom-help/src/help.ts:12
Function
sortVersionsObjectByKeysDesc
(input: VersionsObject)
src/util.ts:58
Function
template
(source: string, destination: string, data?: Record<string, unknown>)
src/generator.ts:195
Function
uninstall
(config: Interfaces.Config, additionalCLI: string | undefined)
src/commands/pack/macos.ts:51
Method
upload
(arch: Interfaces.ArchTypes)
src/commands/upload/macos.ts:35
Method
upload
(file: string)
src/commands/upload/deb.ts:37
Method
uploadDeb
(arch: DebArch)
src/commands/upload/deb.ts:63
Method
uploadTarball
(options?: {arch: Interfaces.ArchTypes; platform: Interfaces.PlatformTypes})
src/commands/upload/tarballs.ts:53
Method
uploadWin
(arch: 'arm64' | 'x64' | 'x86')
src/commands/upload/win.ts:47
Method
uploadWorkaround
(file: string)
src/commands/upload/deb.ts:52
Function
workspace
(target)
src/tarballs/config.ts:126
Method
write
()
test/unit/readme-generator.test.ts:17
Method
writeNoBundleConfiguration
()
src/commands/pack/macos.ts:202
Method
writeScript
(script: 'postinstall' | 'preinstall' | 'uninstall')
src/commands/pack/macos.ts:207
← previous
101–174 of 174, ranked by callers