diff --git a/classes/deauthorizer.Deauthorizer-1.html b/classes/deauthorizer.Deauthorizer-1.html index 992ba9975..684bdd30c 100644 --- a/classes/deauthorizer.Deauthorizer-1.html +++ b/classes/deauthorizer.Deauthorizer-1.html @@ -27,8 +27,8 @@

Hierarchy

+
  • Defined in src/deauthorizer.ts:13
  • +
  • Defined in src/deauthorizer.ts:45
  • @@ -68,7 +68,7 @@

    Returns Promise<Record<string, T>>

    +
  • Defined in src/deauthorizer.ts:37
  • Returns Promise<boolean>

    +
  • Defined in src/deauthorizer.ts:42
  • +
  • Defined in src/deauthorizer.ts:14
  • Returns void

    +
  • Defined in src/deployer.ts:48
  • Returns void

    +
  • Defined in src/deployer.ts:42
  • Returns Promise<T>

    +
  • Defined in src/deployer.ts:55
  • Returns void

    +
  • Defined in src/deployer.ts:63
  • Returns Promise<Deployer.Options<AnyJson>>

    +
  • Defined in src/deployer.ts:80
  • +
  • Defined in src/hooks.ts:36
  • +
  • Defined in src/sfCommand.ts:165
  • progress: Progress

    Add a progress bar to the console. Progress

    +
  • Defined in src/sfCommand.ts:159
  • project: SfProject
    +
  • Defined in src/sfCommand.ts:160
  • spinner: Spinner

    Add a spinner to the console. Spinner

    +
  • Defined in src/sfCommand.ts:154
  • SF_ENV: string = 'SF_ENV'
    +
  • Defined in src/sfCommand.ts:73
  • configurationVariablesSection?: HelpSection
    @@ -156,13 +156,13 @@

    Example

    import {
     
    +
  • Defined in src/sfCommand.ts:91
  • enableJsonFlag: boolean = true
    +
  • Defined in src/sfCommand.ts:74
  • envVariablesSection?: HelpSection
    @@ -172,7 +172,7 @@

    Example

    import {
     
    +
  • Defined in src/sfCommand.ts:109
  • errorCodes?: HelpSection
    @@ -182,7 +182,7 @@

    Example

    import {
     
    +
  • Defined in src/sfCommand.ts:125
  • requiresProject: boolean
    @@ -191,7 +191,7 @@
    +
  • Defined in src/sfCommand.ts:149
  • tableFlags: {
        (): IFlags;
        <Z>(opts: {}): ExcludeFlags<IFlags, Z>;
        <K>(opts: {}): IncludeFlags<IFlags, K>;
    } = ux.table.flags
    @@ -247,7 +247,7 @@
    opts: {}

    Returns IncludeFlags<IFlags, K>

    +
  • Defined in src/sfCommand.ts:141
  • Methods

    @@ -263,7 +263,7 @@

    R

    Returns Promise<R>

    +
  • Defined in src/sfCommand.ts:347
  • +
  • Defined in src/sfCommand.ts:332
  • +
  • Defined in src/sfCommand.ts:230
  • +
  • Defined in src/sfCommand.ts:187
  • Returns void

    +
  • Defined in src/sfCommand.ts:297
  • +
  • Defined in src/sfCommand.ts:247
  • Returns void

    +
  • Defined in src/sfCommand.ts:202
  • Returns Promise<R>

    +
  • Defined in src/sfCommand.ts:317
  • +
  • Defined in src/sfCommand.ts:519
  • Returns void

    +
  • Defined in src/sfCommand.ts:292
  • Returns void

    +
  • Defined in src/sfCommand.ts:274
  • Returns void

    +
  • Defined in src/sfCommand.ts:283
  • Returns void

    +
  • Defined in src/sfCommand.ts:255
  • Returns Promise<R>

    +
  • Defined in src/sfCommand.ts:339
  • Returns void

    +
  • Defined in src/sfCommand.ts:265
  • +
  • Defined in src/sfCommand.ts:211
  • +
  • Defined in src/ux/base.ts:11
  • Returns void

    +
  • Defined in src/ux/progress.ts:76
  • Returns void

    +
  • Defined in src/ux/progress.ts:35
  • Returns void

    +
  • Defined in src/ux/progress.ts:43
  • +
  • Defined in src/ux/progress.ts:86
  • Returns void

    +
  • Defined in src/ux/progress.ts:69
  • Returns Promise<T>

    +
  • Defined in src/ux/prompter.ts:29
  • Returns void

    +
  • Defined in src/ux/spinner.ts:32
  • Methods

    @@ -121,7 +121,7 @@

    Returns unknownOptional icon: string

    Returns void

    +
  • Defined in src/ux/spinner.ts:53
  • Returns void

    +
  • Defined in src/ux/spinner.ts:39
  • Returns void

    +
  • Defined in src/ux/spinner.ts:46
  • Returns void

    +
  • Defined in src/ux/ux.ts:107
  • Returns void

    +
  • Defined in src/ux/ux.ts:88
  • +
  • Defined in src/ux/ux.ts:98
  • +
  • Defined in src/ux/ux.ts:68
  • Returns void

    +
  • Defined in src/ux/ux.ts:79
  • +
  • Defined in src/ux/ux.ts:57
  • +
  • Defined in src/types/index.ts:97
  • +
  • Defined in src/flags/orgFlags.ts:75
  • +
  • Defined in src/flags/orgFlags.ts:48
  • +
  • Defined in src/flags/orgFlags.ts:28
  • Returns Promise<undefined>

    +
  • Defined in src/flags/orgFlags.ts:14
  • @@ -45,7 +45,7 @@

    Parameters

    Optional input: string
  • Returns Promise<Org | undefined>

    +
  • Defined in src/flags/orgFlags.ts:15
  • +
  • Defined in src/util.ts:64
  • +
  • Defined in src/util.ts:31
  • +
  • Defined in src/ux/prompter.ts:94
  • +
  • Defined in src/deauthorizer.ts:13
  • +
  • Defined in src/deauthorizer.ts:45
  • Index

    diff --git a/modules/deauthorizer.html b/modules/deauthorizer.html index 7b3fec766..eb172c7e0 100644 --- a/modules/deauthorizer.html +++ b/modules/deauthorizer.html @@ -14,7 +14,7 @@
  • deauthorizer
  • Module deauthorizer

    +
  • Defined in src/deauthorizer.ts:8
  • diff --git a/modules/deployer.Deployer.html b/modules/deployer.Deployer.html index b1d38fca0..c6e92d66e 100644 --- a/modules/deployer.Deployer.html +++ b/modules/deployer.Deployer.html @@ -15,8 +15,8 @@
  • Deployer
  • Namespace Deployer

    +
  • Defined in src/deployer.ts:29
  • +
  • Defined in src/deployer.ts:88
  • Index

    diff --git a/modules/deployer.html b/modules/deployer.html index 27e3e9d76..9ad65706e 100644 --- a/modules/deployer.html +++ b/modules/deployer.html @@ -14,7 +14,7 @@
  • deployer
  • Module deployer

    +
  • Defined in src/deployer.ts:9
  • diff --git a/modules/exported.html b/modules/exported.html index e70521f6e..ca3bfd62c 100644 --- a/modules/exported.html +++ b/modules/exported.html @@ -14,7 +14,7 @@
  • exported
  • Module exported

    +
  • Defined in src/exported.ts:8
  • diff --git a/modules/flags_duration.html b/modules/flags_duration.html index 03e611efc..da5a00680 100644 --- a/modules/flags_duration.html +++ b/modules/flags_duration.html @@ -14,7 +14,7 @@
  • flags/duration
  • Module flags/duration

    +
  • Defined in src/flags/duration.ts:7
  • diff --git a/modules/flags_orgApiVersion.html b/modules/flags_orgApiVersion.html index 22d264a1f..24bb4d20f 100644 --- a/modules/flags_orgApiVersion.html +++ b/modules/flags_orgApiVersion.html @@ -14,7 +14,7 @@
  • flags/orgApiVersion
  • Module flags/orgApiVersion

    +
  • Defined in src/flags/orgApiVersion.ts:7
  • diff --git a/modules/flags_orgFlags.html b/modules/flags_orgFlags.html index 266827177..93faf3daa 100644 --- a/modules/flags_orgFlags.html +++ b/modules/flags_orgFlags.html @@ -14,7 +14,7 @@
  • flags/orgFlags
  • Module flags/orgFlags

    +
  • Defined in src/flags/orgFlags.ts:7
  • diff --git a/modules/flags_salesforceId.html b/modules/flags_salesforceId.html index 00080a3c7..c8fea7ba9 100644 --- a/modules/flags_salesforceId.html +++ b/modules/flags_salesforceId.html @@ -14,7 +14,7 @@
  • flags/salesforceId
  • Module flags/salesforceId

    +
  • Defined in src/flags/salesforceId.ts:7
  • diff --git a/modules/hooks.SfHook.html b/modules/hooks.SfHook.html index 503998c69..a5327c02f 100644 --- a/modules/hooks.SfHook.html +++ b/modules/hooks.SfHook.html @@ -15,8 +15,8 @@
  • SfHook
  • Namespace SfHook

    +
  • Defined in src/hooks.ts:32
  • +
  • Defined in src/hooks.ts:51
  • Index

    diff --git a/modules/hooks.html b/modules/hooks.html index ce9d38f4c..26f23cde6 100644 --- a/modules/hooks.html +++ b/modules/hooks.html @@ -14,7 +14,7 @@
  • hooks
  • Module hooks

    +
  • Defined in src/hooks.ts:8
  • diff --git a/modules/sfCommand.SfCommand.html b/modules/sfCommand.SfCommand.html index 4f1098283..55cde0069 100644 --- a/modules/sfCommand.SfCommand.html +++ b/modules/sfCommand.SfCommand.html @@ -15,8 +15,8 @@
  • SfCommand
  • Namespace SfCommand

    +
  • Defined in src/sfCommand.ts:72
  • +
  • Defined in src/sfCommand.ts:522
  • Index

    diff --git a/modules/sfCommand.html b/modules/sfCommand.html index 95081ecb5..61bda6d1a 100644 --- a/modules/sfCommand.html +++ b/modules/sfCommand.html @@ -14,7 +14,7 @@
  • sfCommand
  • Module sfCommand

    +
  • Defined in src/sfCommand.ts:7
  • diff --git a/modules/stubUx.html b/modules/stubUx.html index 0947543e5..647fd221e 100644 --- a/modules/stubUx.html +++ b/modules/stubUx.html @@ -14,7 +14,7 @@
  • stubUx
  • Module stubUx

    +
  • Defined in src/stubUx.ts:9
  • diff --git a/modules/types.Deploy.html b/modules/types.Deploy.html index 8c1c27505..f482643d6 100644 --- a/modules/types.Deploy.html +++ b/modules/types.Deploy.html @@ -15,7 +15,7 @@
  • Deploy
  • Namespace Deploy

    +
  • Defined in src/types/index.ts:118
  • Index

    diff --git a/modules/types.EnvDisplay.html b/modules/types.EnvDisplay.html index da4b42acd..70bf90559 100644 --- a/modules/types.EnvDisplay.html +++ b/modules/types.EnvDisplay.html @@ -30,7 +30,7 @@

    Example

    { data<
     
    +
  • Defined in src/types/index.ts:49
  • Index

    diff --git a/modules/types.EnvList.html b/modules/types.EnvList.html index 7332f1d48..2a401fd09 100644 --- a/modules/types.EnvList.html +++ b/modules/types.EnvList.html @@ -27,7 +27,7 @@

    Example

    {
    +
  • Defined in src/types/index.ts:94
  • Index

    diff --git a/modules/types.Login.html b/modules/types.Login.html index 1c2985315..e0590d3b3 100644 --- a/modules/types.Login.html +++ b/modules/types.Login.html @@ -15,7 +15,7 @@
  • Login
  • Namespace Login

    +
  • Defined in src/types/index.ts:125
  • Index

    diff --git a/modules/types.Logout.html b/modules/types.Logout.html index 5da3e68b0..a6c6db743 100644 --- a/modules/types.Logout.html +++ b/modules/types.Logout.html @@ -15,7 +15,7 @@
  • Logout
  • Namespace Logout

    +
  • Defined in src/types/index.ts:132
  • Index

    diff --git a/modules/types.html b/modules/types.html index a5b9f471e..2ef4338a6 100644 --- a/modules/types.html +++ b/modules/types.html @@ -14,7 +14,7 @@
  • types
  • Module types

    +
  • Defined in src/types/index.ts:8
  • diff --git a/modules/util.html b/modules/util.html index 9d4dfd1e2..201617583 100644 --- a/modules/util.html +++ b/modules/util.html @@ -14,7 +14,7 @@
  • util
  • Module util

    +
  • Defined in src/util.ts:8
  • diff --git a/modules/ux.html b/modules/ux.html index 4cfe3fe80..6fef5084d 100644 --- a/modules/ux.html +++ b/modules/ux.html @@ -14,7 +14,7 @@
  • ux
  • Module ux

    +
  • Defined in src/ux/index.ts:8
  • diff --git a/modules/ux_base.html b/modules/ux_base.html index e759caa1d..5c2100083 100644 --- a/modules/ux_base.html +++ b/modules/ux_base.html @@ -14,7 +14,7 @@
  • ux/base
  • Module ux/base

    +
  • Defined in src/ux/base.ts:8
  • diff --git a/modules/ux_progress.Progress.html b/modules/ux_progress.Progress.html index 95c5c5765..901981a15 100644 --- a/modules/ux_progress.Progress.html +++ b/modules/ux_progress.Progress.html @@ -15,8 +15,8 @@
  • Progress
  • Namespace Progress

    +
  • Defined in src/ux/progress.ts:15
  • +
  • Defined in src/ux/progress.ts:91
  • Index

    diff --git a/modules/ux_progress.html b/modules/ux_progress.html index 70e2e4413..2e3a1b347 100644 --- a/modules/ux_progress.html +++ b/modules/ux_progress.html @@ -14,7 +14,7 @@
  • ux/progress
  • Module ux/progress

    +
  • Defined in src/ux/progress.ts:8
  • diff --git a/modules/ux_prompter.Prompter.html b/modules/ux_prompter.Prompter.html index 33c04303c..8bdec3a39 100644 --- a/modules/ux_prompter.Prompter.html +++ b/modules/ux_prompter.Prompter.html @@ -15,8 +15,8 @@
  • Prompter
  • Namespace Prompter

    +
  • Defined in src/ux/prompter.ts:12
  • +
  • Defined in src/ux/prompter.ts:77
  • Index

    diff --git a/modules/ux_prompter.html b/modules/ux_prompter.html index a0ba6001a..1c887d0c4 100644 --- a/modules/ux_prompter.html +++ b/modules/ux_prompter.html @@ -14,7 +14,7 @@
  • ux/prompter
  • Module ux/prompter

    +
  • Defined in src/ux/prompter.ts:8
  • diff --git a/modules/ux_spinner.html b/modules/ux_spinner.html index b900ac0d1..add1edcc4 100644 --- a/modules/ux_spinner.html +++ b/modules/ux_spinner.html @@ -14,7 +14,7 @@
  • ux/spinner
  • Module ux/spinner

    +
  • Defined in src/ux/spinner.ts:8
  • diff --git a/modules/ux_ux.Ux.Table.html b/modules/ux_ux.Ux.Table.html index 07c4e2c7e..58c2281b4 100644 --- a/modules/ux_ux.Ux.Table.html +++ b/modules/ux_ux.Ux.Table.html @@ -16,7 +16,7 @@
  • Table
  • Namespace Table

    +
  • Defined in src/ux/ux.ts:113
  • Index

    diff --git a/modules/ux_ux.Ux.html b/modules/ux_ux.Ux.html index 0cb1f8bab..17d5052f5 100644 --- a/modules/ux_ux.Ux.html +++ b/modules/ux_ux.Ux.html @@ -15,8 +15,8 @@
  • Ux
  • Namespace Ux

    +
  • Defined in src/ux/ux.ts:30
  • +
  • Defined in src/ux/ux.ts:112
  • Index

    diff --git a/modules/ux_ux.html b/modules/ux_ux.html index 39dd7f5e6..222553b2f 100644 --- a/modules/ux_ux.html +++ b/modules/ux_ux.html @@ -14,7 +14,7 @@
  • ux/ux
  • Module ux/ux

    +
  • Defined in src/ux/ux.ts:8
  • diff --git a/types/compatibility.ArrayWithDeprecationOptions.html b/types/compatibility.ArrayWithDeprecationOptions.html index 0264e5372..bf45f1468 100644 --- a/types/compatibility.ArrayWithDeprecationOptions.html +++ b/types/compatibility.ArrayWithDeprecationOptions.html @@ -23,7 +23,7 @@
    Optional multiple
    Optional parse?: undefined
    +
  • Defined in src/compatibility.ts:89
  • +
  • Defined in src/deauthorizer.ts:46
  • +
  • Defined in src/deployer.ts:89
  • +
  • Defined in src/deployer.ts:107
  • +
  • Defined in src/deployer.ts:15
  • +
  • Defined in src/flags/duration.ts:16
  • +
  • Defined in src/flags/duration.ts:14
  • +
  • Defined in src/flags/salesforceId.ts:13
  • +
  • Defined in src/hooks.ts:54
  • +
  • Defined in src/hooks.ts:53
  • +
  • Defined in src/hooks.ts:52
  • +
  • Defined in src/hooks.ts:55
  • +
  • Defined in src/hooks.ts:56
  • +
  • Defined in src/sfCommand.ts:523
  • +
  • Defined in src/sfCommand.ts:524
  • +
  • Defined in src/types/index.ts:119
  • +
  • Defined in src/types/index.ts:52
  • +
  • Defined in src/types/index.ts:112
  • +
  • Defined in src/types/index.ts:101
  • +
  • Defined in src/types/index.ts:11
  • +
  • Defined in src/types/index.ts:126
  • +
  • Defined in src/types/index.ts:133
  • +
  • Defined in src/types/index.ts:50
  • +
  • Defined in src/types/index.ts:108
  • +
  • Defined in src/ux/progress.ts:92
  • +
  • Defined in src/ux/progress.ts:99
  • +
  • Defined in src/ux/progress.ts:108
  • +
  • Defined in src/ux/prompter.ts:78
  • +
  • Defined in src/ux/prompter.ts:79
  • +
  • Defined in src/ux/ux.ts:115
  • +
  • Defined in src/ux/ux.ts:114
  • +
  • Defined in src/ux/ux.ts:116
  • +
  • Defined in src/compatibility.ts:44
  • +
  • Defined in src/compatibility.ts:29
  • +
  • Defined in src/exported.ts:25
  • +
  • Defined in src/flags/orgApiVersion.ts:16
  • +
  • Defined in src/flags/orgApiVersion.ts:17
  • +
  • Defined in src/flags/orgApiVersion.ts:14
  • +
  • Defined in src/sfCommand.ts:33