UNPKG
@salesforce/command
Version:
latest (5.3.9)
ts4 (3.2.0-beta-2)
5.3.9
5.3.8
5.3.7
5.3.6
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.43
5.2.42
5.2.41
5.2.40
5.2.39
5.2.38
5.2.37
5.2.36
5.2.35
5.2.34
5.2.33
5.2.32
5.2.31
5.2.30
5.2.29
5.2.28
5.2.27
5.2.26
5.2.25
5.2.24
5.2.23
5.2.22
5.2.21
5.2.20
5.2.19
5.2.18
5.2.17
5.2.16
5.2.15
5.2.14
5.2.13
5.2.12
5.2.11
5.2.10
5.2.9
5.2.8
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.2.2
4.2.1
4.2.0
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.5
4.0.4
4.0.3
4.0.2
3.2.0-beta-2
3.2.0-beta
3.1.3
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
0.4.0
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.1.6
0.1.5
0.1.2
0.1.1
0.0.10
Salesforce CLI base command class
github.com/salesforcecli/command
salesforcecli/command
@salesforce/command
/
lib
/
exported.d.ts
5 lines
(4 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
import
{
Result
,
SfdxCommand
,
SfdxResult
}
from
'./sfdxCommand'
;
import
{ flags,
FlagsConfig
}
from
'./sfdxFlags'
;
import
{
TableColumns
,
UX
}
from
'./ux'
;
export
{
Result
,
SfdxCommand
,
SfdxResult
,
FlagsConfig
, flags,
TableColumns
,
UX
};