Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pjbgf
Copy link
Member

@pjbgf pjbgf commented Nov 22, 2024

Key changes:

  • Add new host-run that allows running commands on host to be displayed on a given qubesome profile.
  • Examples were added to the CLI help for most commands.
  • Add profile inference to some commands, so that it is more user friendly. So when a single profile is running, users won't need to type them. Example: qubesome clip from-host.
  • Profiles have a connection with the qubesome process at the host, which enables it from triggering workload execution from the profile itself. That communication is now established via gRPC based on a Unix socket.

Signed-off-by: Paulo Gomes <[email protected]>
Some commands in specific scenarios can infer the profile, decreasing
the amount of parameters or flags to be used. Examples:

Copying to and from host when a single profile is active:

qubesome clip from-host
qubesome clip to-host

Pulling all workload images:

qubesome images pull

Signed-off-by: Paulo Gomes <[email protected]>
@pjbgf pjbgf merged commit f3d40b7 into main Nov 22, 2024
3 checks passed
@pjbgf pjbgf deleted the hackweek branch November 22, 2024 16:09
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