Skip to content

Conversation

cs-raj
Copy link
Contributor

@cs-raj cs-raj commented Aug 28, 2025

  • The branches resolution from alias done in the clone itself.
  • Removed the alias flag passed to export and import command
  • Changed the flow of export if the stack is branch enabled

config.targetStackBranch = await getBranchFromAlias(targetStack, config.targetStackBranchAlias);
}
} catch (error) {
throw error;
Copy link
Contributor

Choose a reason for hiding this comment

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

add a log in the catch block also make sure error is properly printed on the screen, since we dont have logger in this code. please check the error case and see how it prints and make the changes accordingly

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

Successfully merging this pull request may close these issues.

3 participants