Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Function: loadConfig
Documentation
GitHub
npm
Introduction
Introduction
Quickstart
Installation
Shield
CLI Commands
Concepts
CI/CD Guides
Security
Tollgate
CLI Commands
Concepts
Integration Guides
Security
API Reference
API Reference
Shield API
Tollgate API
On this page
Function: loadConfig()
Parameters
workDir
Returns
Function: loadConfig
Dotset CLI API Documentation
/
index
/ loadConfig
Function: loadConfig()
Copy
function
loadConfig
(
workDir
)
:
Promise
<
ShieldConfig
>;
Defined in:
src/shield/config.ts:544
Loads configuration from .dotset/shield.yaml
Parameters
workDir
string
=
...
Returns
Promise
<
ShieldConfig
>
⌘I