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

Configurable Alias prefix #109

Closed
petersalomonsen opened this issue Jun 8, 2024 · 0 comments · Fixed by #111
Closed

Configurable Alias prefix #109

petersalomonsen opened this issue Jun 8, 2024 · 0 comments · Fixed by #111
Labels
enhancement New feature or request

Comments

@petersalomonsen
Copy link
Contributor

Currently all aliases has to be prefixed with alias_, meaning that ${alias_CONTRACT} will be replaced with the CONTRACT property in the alias json file.

In DevHub all the aliases are prefixed with REPL_ and not alias_. In order to not having to replace all of these, it would be good to be able to not require alias_ as the prefix. Also in the alias json file, it should also be possible to define the property with the prefix included, so that ${REPL_CONTRACT} is replaced with the REPL_CONTRACT.

This would also make it more compatible with bos-loader, so that it is easier to migrate projects.

petersalomonsen added a commit that referenced this issue Jun 9, 2024
@elliotBraem elliotBraem added the enhancement New feature or request label Jun 10, 2024
@elliotBraem elliotBraem moved this to In Progress in bos-workspace Jun 10, 2024
elliotBraem pushed a commit that referenced this issue Jun 10, 2024
* feat: configurable alias prefix

fixes #109

* update docs

* v1.0.0-alpha.27
@github-project-automation github-project-automation bot moved this from In Progress to Done in bos-workspace Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants