Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update region to extended TagoIO Deploy support #19

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

vitorfdl
Copy link
Member

@vitorfdl vitorfdl commented Nov 26, 2024

Extend support to TagoDeploy on every function by replacing hardcoded region values with profileRegion for improved consistency.

Requirements

@vitorfdl vitorfdl changed the title Update dependencies and refactor codebase for consistency Update region to extended TagoIO Deploy support Nov 26, 2024
@vitorfdl vitorfdl self-assigned this Nov 26, 2024
@vitorfdl vitorfdl added the feature addition to current codebase label Nov 26, 2024

let { networkID, connectorID } = options;

const account = new Account({ token: config.profileToken, region: "usa-1" });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this region fixed to "usa-1"? Should it not be using the return type from getEnvironmentConfig (config.profileRegion)?

src/commands/login.ts Show resolved Hide resolved
src/commands/profile/export/export.ts Outdated Show resolved Hide resolved
cotrin
cotrin previously approved these changes Nov 27, 2024
@cotrin cotrin self-requested a review November 27, 2024 01:06
@cotrin cotrin dismissed their stale review November 27, 2024 01:07

didn't see one of the coments was still unresolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature addition to current codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants