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

Ability to run local services from the local registry without the need to use dev mode #1880

Open
jmoreira-valory opened this issue Mar 13, 2023 · 0 comments
Labels
cli CLI feature requests enhancement New feature or request

Comments

@jmoreira-valory
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Currently, services can be built and run locally for testing (build-image, deploy build, deploy run) if one of the two conditions are met:

  • Using --dev mode.
  • The agent and packages are published to the remote registry.

Describe the solution you'd like

It should be possible to run and test a service locally without --dev or without publishing the packages to the remote registry. Not doing so forces, for a new user to either:

  • Publish intermediate, unfinished packages to be able to run them locally, or
  • Learn to use the --dev mode on their first contact with the framework, which might be a bit overkill.
@Adamantios Adamantios added enhancement New feature or request cli CLI feature requests labels Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli CLI feature requests enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants