xpipe-io / xpipe

Your entire server infrastructure at your fingertips
https://xpipe.io
Apache License 2.0
3.06k stars 82 forks source link

xpipe cli launch not working as expected #276

Closed coandco closed 3 months ago

coandco commented 3 months ago

I just installed XPipe on Windows using the installer. I opened the GUI, had it autodiscover my local SSH config, and verified that it could connect to the remote server that way.

Once I'd gotten it working through the GUI, I figured I'd give the CLI a try. However, I'm unable to get any of the commands that require an ID to work. Am I missing something?

C:\>xpipe daemon status
XPipe daemon is currently running in operation mode gui

C:\>xpipe ls
| ID                                                                           | Type                  | Information |
+------------------------------------------------------------------------------+-----------------------+-------------+
|                                                                              | local                 | -           |
| clink                                                                        | scriptGroup           | -           |
| clink:clink inject                                                           | script                | -           |
| clink:clink setup                                                            | script                | -           |
| docker                                                                       | dockerCmd             | -           |
| my scripts                                                                   | scriptGroup           | -           |
| shell environments                                                           | shellEnvironmentGroup | -           |
| shell environments:cmd                                                       | shellEnvironment      | -           |
| shell environments:cygwin                                                    | cygwin                | -           |
| shell environments:git for windows                                           | gitForWindows         | -           |
| shell environments:powershell                                                | shellEnvironment      | -           |
| ssh user config                                                              | sshConfig             | -           |
| ssh user config:apt                                                          | sshConfigHost         | -           |
| ssh user config:clknas                                                       | sshConfigHost         | -           |
---------snip----------

C:\>xpipe launch "ssh user config:clknas"
No store with id ssh user config:clknas was found
crschnick commented 3 months ago

Yeah the CLI launch feature is a little bit neglected right now, I haven't tested that for a while.

XPipe 10 will rework the whole CLI, so it will be fixed until then.