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

rpc-server: use #387

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

utnapischtim
Copy link
Contributor

@utnapischtim utnapischtim commented Mar 1, 2025

  • use rpc-server which runs invenio commands

NOTE:

maybe it is not a good idea to use the rpc-server on all run_command calls e.g. invenio-cli assets watch

* use rpc-server which runs invenio commands
run_prefix = ["pipenv", "run"]

def send_command(self, *command):
"""Send command to rpc server, default to run_command."""
Copy link

Choose a reason for hiding this comment

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

this function is untested

run_prefix = ["uv", "run", "--no-sync"]

def send_command(self, *command):
"""Send command to rpc server, default to run_command."""
Copy link

Choose a reason for hiding this comment

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

this is almost a duplicate. maybe it is possible to reduce code with using super().send_command(..)

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.

2 participants