diff --git a/classes/deauthorizer.Deauthorizer-1.html b/classes/deauthorizer.Deauthorizer-1.html index f312ec93..8ca36d24 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 6c3b9fd2..b3451dd4 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 e6a2a2aa..142fb965 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 73dd24ee..da4fe60e 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 6ae8b076..23087a84 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 e1568c29..fdcf00a9 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 deabb7b2..93acc37d 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 121ec301..ff2d817d 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 129e6526..dac8dd26 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 21e2eb09..4c13ce2a 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 e6b8ac06..86d02206 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 a108e35a..e34f8869 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 c3a19391..1da29629 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 df8fbb2b..1931db84 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 118fa5ab..162bb410 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 bd977fbf..91ba84b6 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 da78a013..96df4379 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 bd4dcf51..6ed335fa 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 d7137360..af45a73d 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 1ad4f413..c1b85782 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 3d8558d1..8b072501 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 a1120901..09254200 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 9e676dbd..fd97d11f 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 65d3550a..82b186cf 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 2a683682..b190bb0f 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 beca40a7..c935a27a 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 75dec24c..dc2f74c1 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 3b951a79..86f07e96 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 dda0e2a9..156ab67d 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 be13eaea..dfd14d7b 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 90f9676f..aca92964 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 d2cc580e..3504558b 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