Skip to content

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(..)

@utnapischtim
Copy link
Contributor Author

closed in favor of #390

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