3.2.0 • Published 4 years ago

@raydeck/serverless-stage v3.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@raydeck/serverless-stage - v3.2.0

Index

Variables

Functions

Variables

Let _name

_name: string = ""

Defined in index.ts:31


Let _profile

_profile: string = ""

Defined in index.ts:47


Let _region

_region: string = ""

Defined in index.ts:75


Let _stage

_stage: string = ""

Defined in index.ts:4


Let args

args: string[] = process.argv.slice(2)

Defined in bin.ts:9


Const name

name: undefined | string = findName()

Defined in bin.ts:7


Const nameArray

nameArray: string[] = name ? "--stack-name", name : []

Defined in bin.ts:10


Const profile

profile: undefined | string = findProfile()

Defined in bin.ts:6


Const profileArray

profileArray: string[] = profile ? "--aws-profile", profile : []

Defined in bin.ts:12


Const region

region: undefined | string = findRegion()

Defined in bin.ts:8


Const regionArray

regionArray: string[] = region ? "--region", region : []

Defined in bin.ts:13


Const stage

stage: undefined | string = findStage()

Defined in bin.ts:5


Const stageArray

stageArray: string[] = stage ? "--stage", stage : []

Defined in bin.ts:11

Functions

configAWS

configAWS(AWS: any, profile: string | undefined): any

Defined in index.ts:108

Parameters:

NameTypeDefault
AWSany-
profilestring | undefinedfindProfile()

Returns: any


findName

findName(dir: string, baseName: string): undefined | string

Defined in index.ts:32

Parameters:

NameTypeDefault
dirstringprocess.cwd()
baseNamestring"base"

Returns: undefined | string


findProfile

findProfile(dir: string): undefined | string

Defined in index.ts:48

Parameters:

NameTypeDefault
dirstringprocess.cwd()

Returns: undefined | string


findRegion

findRegion(dir: string): undefined | string

Defined in index.ts:76

Parameters:

NameTypeDefault
dirstringprocess.cwd()

Returns: undefined | string


findStage

findStage(dir: string): undefined | string

Defined in index.ts:5

Parameters:

NameTypeDefault
dirstringprocess.cwd()

Returns: undefined | string


getRegion

getRegion(dir: string): string

Defined in index.ts:103

Parameters:

NameTypeDefault
dirstringprocess.cwd()

Returns: string