{"id":24510691,"url":"https://github.com/rhdeck/serverless-stage","last_synced_at":"2025-03-15T09:41:25.790Z","repository":{"id":104234468,"uuid":"188574978","full_name":"rhdeck/serverless-stage","owner":"rhdeck","description":"Tools for managing stage and AWS profile ","archived":false,"fork":false,"pushed_at":"2020-11-14T19:32:33.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T03:34:19.384Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhdeck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-25T14:19:54.000Z","updated_at":"2020-08-07T12:26:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"38e2349b-e851-4d52-95f3-7668f4f7557d","html_url":"https://github.com/rhdeck/serverless-stage","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"39f62f36d0139b44396da78f9515f7688deece3a"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhdeck%2Fserverless-stage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhdeck%2Fserverless-stage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhdeck%2Fserverless-stage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhdeck%2Fserverless-stage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhdeck","download_url":"https://codeload.github.com/rhdeck/serverless-stage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243713393,"owners_count":20335566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-22T00:30:23.952Z","updated_at":"2025-03-15T09:41:25.766Z","avatar_url":"https://github.com/rhdeck.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ca name=\"readmemd\"\u003e\u003c/a\u003e\n\n\n# @raydeck/serverless-stage - v3.0.2\n\n## Index\n\n### Variables\n\n* [_name](#let-_name)\n* [_profile](#let-_profile)\n* [_region](#let-_region)\n* [_stage](#let-_stage)\n* [args](#let-args)\n* [name](#const-name)\n* [nameArray](#const-namearray)\n* [profile](#const-profile)\n* [profileArray](#const-profilearray)\n* [stage](#const-stage)\n* [stageArray](#const-stagearray)\n\n### Functions\n\n* [configAWS](#configaws)\n* [findName](#findname)\n* [findProfile](#findprofile)\n* [findRegion](#findregion)\n* [findStage](#findstage)\n* [getRegion](#getregion)\n\n## Variables\n\n### `Let` _name\n\n• **_name**: *string* = \"\"\n\n*Defined in [index.ts:31](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/index.ts#L31)*\n\n___\n\n### `Let` _profile\n\n• **_profile**: *string* = \"\"\n\n*Defined in [index.ts:47](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/index.ts#L47)*\n\n___\n\n### `Let` _region\n\n• **_region**: *string* = \"\"\n\n*Defined in [index.ts:75](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/index.ts#L75)*\n\n___\n\n### `Let` _stage\n\n• **_stage**: *string* = \"\"\n\n*Defined in [index.ts:4](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/index.ts#L4)*\n\n___\n\n### `Let` args\n\n• **args**: *string[]* = process.argv.slice(2)\n\n*Defined in [bin.ts:7](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/bin.ts#L7)*\n\n___\n\n### `Const` name\n\n• **name**: *undefined | string* = findName()\n\n*Defined in [bin.ts:6](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/bin.ts#L6)*\n\n___\n\n### `Const` nameArray\n\n• **nameArray**: *string[]* = name ? [\"--stack-name\", name] : []\n\n*Defined in [bin.ts:8](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/bin.ts#L8)*\n\n___\n\n### `Const` profile\n\n• **profile**: *undefined | string* = findProfile()\n\n*Defined in [bin.ts:5](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/bin.ts#L5)*\n\n___\n\n### `Const` profileArray\n\n• **profileArray**: *string[]* = profile ? [\"--aws-profile\", profile] : []\n\n*Defined in [bin.ts:10](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/bin.ts#L10)*\n\n___\n\n### `Const` stage\n\n• **stage**: *undefined | string* = findStage()\n\n*Defined in [bin.ts:4](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/bin.ts#L4)*\n\n___\n\n### `Const` stageArray\n\n• **stageArray**: *string[]* = stage ? [\"--stage\", stage] : []\n\n*Defined in [bin.ts:9](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/bin.ts#L9)*\n\n## Functions\n\n###  configAWS\n\n▸ **configAWS**(`AWS`: any, `profile`: string | undefined): *any*\n\n*Defined in [index.ts:108](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/index.ts#L108)*\n\n**Parameters:**\n\nName | Type | Default |\n------ | ------ | ------ |\n`AWS` | any | - |\n`profile` | string \u0026#124; undefined | findProfile() |\n\n**Returns:** *any*\n\n___\n\n###  findName\n\n▸ **findName**(`dir`: string, `baseName`: string): *undefined | string*\n\n*Defined in [index.ts:32](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/index.ts#L32)*\n\n**Parameters:**\n\nName | Type | Default |\n------ | ------ | ------ |\n`dir` | string | process.cwd() |\n`baseName` | string | \"base\" |\n\n**Returns:** *undefined | string*\n\n___\n\n###  findProfile\n\n▸ **findProfile**(`dir`: string): *undefined | string*\n\n*Defined in [index.ts:48](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/index.ts#L48)*\n\n**Parameters:**\n\nName | Type | Default |\n------ | ------ | ------ |\n`dir` | string | process.cwd() |\n\n**Returns:** *undefined | string*\n\n___\n\n###  findRegion\n\n▸ **findRegion**(`dir`: string): *undefined | string*\n\n*Defined in [index.ts:76](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/index.ts#L76)*\n\n**Parameters:**\n\nName | Type | Default |\n------ | ------ | ------ |\n`dir` | string | process.cwd() |\n\n**Returns:** *undefined | string*\n\n___\n\n###  findStage\n\n▸ **findStage**(`dir`: string): *undefined | string*\n\n*Defined in [index.ts:5](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/index.ts#L5)*\n\n**Parameters:**\n\nName | Type | Default |\n------ | ------ | ------ |\n`dir` | string | process.cwd() |\n\n**Returns:** *undefined | string*\n\n___\n\n###  getRegion\n\n▸ **getRegion**(`dir`: string): *string*\n\n*Defined in [index.ts:103](https://github.com/rhdeck/serverless-stage/blob/ea0fa6b/src/index.ts#L103)*\n\n**Parameters:**\n\nName | Type | Default |\n------ | ------ | ------ |\n`dir` | string | process.cwd() |\n\n**Returns:** *string*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhdeck%2Fserverless-stage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhdeck%2Fserverless-stage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhdeck%2Fserverless-stage/lists"}