diff --git a/classes/deauthorizer.Deauthorizer-1.html b/classes/deauthorizer.Deauthorizer-1.html index a61951c9a..97b2316c4 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:528
  • 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 a0daa082f..bd1a7a7fd 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 8fb7e37fd..ef3188925 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 ab05e5a23..15b149684 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 cee1f8031..9b9ea9f57 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 2527de8d3..07137cb2a 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 7a20a9449..6c2fe7f85 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 73d3e973d..e2c27e661 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 84a7cf7b3..96aef8cd0 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 a6cb097ab..65323d3c5 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 497afda8e..33c278a75 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 a555bcd2a..965bd1641 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:531
  • Index

    diff --git a/modules/sfCommand.html b/modules/sfCommand.html index 4c2839c86..7b3274572 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 9723f05c9..633faf1f5 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 2b1c4c4be..0142ad12c 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 ce0f80c7c..eca4b1b60 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 b81dddc42..8547e26e9 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 05268d86e..d22220ee1 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 29b0905c6..10e5c187e 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 7af720dd5..806300946 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 4206bbc2b..f4c39173a 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 cb267ee6d..dc20fd7b1 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 189f4c951..4e3e958e2 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 14c6dc61d..c373bb14d 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 4ef337f7d..d7eb872bb 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 2a558a14a..4750e3927 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 c0ab9a3e1..838dc3322 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 94bc51227..f3ce3369d 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 898952f05..ee0442db9 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 a520dad00..70ef535d3 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 001b9dd03..d7264a3eb 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 885042334..baeb0195b 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:532
  • +
  • Defined in src/sfCommand.ts:533
  • +
  • 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