UNPKG
@contentstack/cli-cm-bootstrap
Version:
beta (2.0.0-beta.2)
latest (1.17.1)
2.0.1-beta
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta
1.17.1
1.17.0
1.16.1
1.16.0
1.15.0
1.14.1
1.14.0
1.13.3
1.13.2
1.13.1
1.13.0
1.12.0
1.11.0
1.10.0
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.1
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.16
1.4.15
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.7
1.1.5
1.1.4
1.1.3
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Bootstrap contentstack apps
github.com/contentstack/cli
contentstack/cli
@contentstack/cli-cm-bootstrap
/
lib
/
bootstrap
/
utils.d.ts
3 lines
(2 loc)
•
256 B
TypeScript
View Raw
1
2
3
import
{
AppConfig
}
from
'../config'
;
export
declare
const
setupEnvironments
:
(
managementAPIClient
:
any
,
api_key
:
string
,
appConfig
:
AppConfig
,
clonedDirectory
:
string
,
region
:
any
,
livePreviewEnabled
:
boolean
,
managementToken
?:
string
) =>
Promise
<
void
>;