architect-team / architect-cli

Command line interface for running Architect services locally
https://docs.architect.io
37 stars 13 forks source link

Fix bug when running dev with a component that still has an account name in the component name #918

Closed TylerAldrich closed 12 months ago

TylerAldrich commented 12 months ago

We weren't properly parsing the component name when creating linked_components, so if the component name was test/flask, we set the linked_components as { 'test/flask': './architect.yml' }, but would later look up flask with no account name and found nothing.

github-actions[bot] commented 11 months ago

:tada: This PR is included in version 1.43.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: