It seems that yak cannot be used correctly

I can’t seem to use it directly
this is win_cmd_code

Microsoft Windows [版本 10.0.19045.5608]
(c) Microsoft Corporation。

C:\Users\ouyang>cd C:\Program Files\Rhino 8\System

C:\Program Files\Rhino 8\System>yak.exe
usage: yak <command> [<args>...]

C:\Program Files\Rhino 8\System>

systeminfo:

Rhino 8 SR17 2025-3-7 (Rhino 8, 8.17.25066.07001, Git hash:master @ b14fcd901289f8715631debb308bc919a4988e07)
License type: Educational, 版本2025-03-07
License details: Cloud Zoo

Windows 10 (10.0.19045 SR0.0) or greater (Physical RAM: 16GB)
.NET 7.0.0

Computer platform: LAPTOP  - Plugged in [97% battery remaining]

Hybrid graphics configuration.
  Primary display: Intel(R) UHD Graphics (Intel) Memory: 1GB, Driver date: 8-20-2021 (M-D-Y).
    > Integrated graphics device with 4 adapter port(s)
        - Windows Main Display is laptop's integrated screen or built-in port
  Primary OpenGL: NVIDIA GeForce RTX 3060 Laptop GPU (NVidia) Memory: 6GB, Driver date: 1-18-2024 (M-D-Y). OpenGL Ver: 4.6.0 NVIDIA 551.23
    > Integrated accelerated graphics device with 1 adapter port(s)
        - Video pass-through to primary display device

OpenGL Settings
  Safe mode: Off
  Use accelerated hardware modes: On
  GPU Tessellation is: On
  Redraw scene when viewports are exposed: On
  Graphics level being used: OpenGL 4.6 (primary GPU's maximum)
  
  Anti-alias mode: 4x
  Mip Map Filtering: Linear
  Anisotropic Filtering Mode: High
  
  Vendor Name: NVIDIA Corporation
  Render version: 4.6
  Shading Language: 4.60 NVIDIA
  Driver Date: 1-18-2024
  Driver Version: 31.0.15.5123
  Maximum Texture size: 32768 x 32768
  Z-Buffer depth: 24 bits
  Maximum Viewport size: 32768 x 32768
  Total Video Memory: 6 GB

Rhino plugins that do not ship with Rhino
  C:\ProgramData\McNeel\Rhinoceros\packages\8.0\Grasshopper_Gold_Tools\1.0\Grasshopper_Gold_Tools.rhp	"Grasshopper_Gold_Tools"	2.0.0.0

Rhino plugins that ship with Rhino
  C:\Program Files\Rhino 8\Plug-ins\Commands.rhp	"Commands"	8.17.25066.7001
  C:\Program Files\Rhino 8\Plug-ins\WebBrowser.rhp	"网页浏览器"	
  C:\Program Files\Rhino 8\Plug-ins\rdk.rhp	"Renderer Development Kit"	
  C:\Program Files\Rhino 8\Plug-ins\RhinoRenderCycles.rhp	"Rhino 渲染"	8.17.25066.7001
  C:\Program Files\Rhino 8\Plug-ins\rdk_etoui.rhp	"RDK_EtoUI"	8.17.25066.7001
  C:\Users\ouyang\AppData\Roaming\McNeel\Rhinoceros\packages\8.0\PanelingTools\2024.8.20.677\PanelingTools.rhp	"PanelingTools"	
  C:\Program Files\Rhino 8\Plug-ins\NamedSnapshots.rhp	"Snapshots"	
  C:\Program Files\Rhino 8\Plug-ins\MeshCommands.rhp	"MeshCommands"	8.17.25066.7001
  C:\Program Files\Rhino 8\Plug-ins\IronPython\RhinoDLR_Python.rhp	"IronPython"	8.17.25066.7001
  C:\Program Files\Rhino 8\Plug-ins\RhinoCycles.rhp	"RhinoCycles"	8.17.25066.7001
  C:\Program Files\Rhino 8\Plug-ins\Grasshopper\GrasshopperPlugin.rhp	"Grasshopper"	8.17.25066.7001
  C:\Program Files\Rhino 8\Plug-ins\RhinoCode\RhinoCodePlugin.rhp	"RhinoCodePlugin"	8.17.25066.7001
  C:\Program Files\Rhino 8\Plug-ins\Toolbars\Toolbars.rhp	"Toolbars"	8.17.25066.7001
  C:\Program Files\Rhino 8\Plug-ins\3dxrhino.rhp	"3Dconnexion 3D Mouse"	
  C:\Program Files\Rhino 8\Plug-ins\Displacement.rhp	"Displacement"	
  C:\Program Files\Rhino 8\Plug-ins\Calc.rhp	"计算器"	
  C:\Program Files\Rhino 8\Plug-ins\SectionTools.rhp	"SectionTools"	


It seems everything is working fine and yak.exe is running correctly. You just need to use it with a specific command.
To see the list of available commands, you can type:

yak help

To install a plugin, for example, you can use:

yak install <pluginName>
3 Likes

Indeed as you said, this is normal, I am not very familiar with command line tools, thank you

Hey Sir, why is this wrong

C:\Program Files\Rhino 8\System>yak push <D:\py\Rhino\gh\eto_dabao\rh8\test_gh_sd-0.1.25114+9233-rh8-any.yak>

Here’s my list

---
name: test_gh_sd
version: 0.1.25114+9233
authors:
- yebeisong
description: test_gh_sd
license: ''
url: ''
keywords:
- guid:03a69c44-2000-44d5-9cca-f39343ec0b76
C:\Program Files\Rhino 8\System>yak push D:\py\Rhino\gh\eto_dabao\rh8\test_gh_sd-0.1.25114+9233-rh8-any.yak
Successfully published test_gh_sd (0.1.25114+9233) to https://yak.rhino3d.com/

Details
=======

name:          test_gh_sd
version:       0.1.25114+9233
rhino version: rh8
platform:      any

Well, I got the format wrong, and now he’s working