Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.19.0-rc.1/opctl-linux-amd64
# Make binary executable
chmod +x opctl-linux-amd64
# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl
# Test installation
opctl version
macOS
# Download the binary
curl -sLO https://github.com/onepanelio/core/releases/download/v0.19.0-rc.1/opctl-macos-amd64
# Make binary executable
chmod +x opctl-macos-amd64
# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl
# Test installation
opctl version
Windows
Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.
Changelog
Features
- feat: upgrade argo to 2.12.9 (#837)
- feat: filesyncer sidecar for workflows (#879)
- feat: Update workspace templates (#880)
- feat: Add labels for better policy management (#882)
- feat: added methods to get just the field name for resources (#883)
- feat: updated workflow/workspace fields to allow some related field queries (#884)
- feat: add machine type to workspace listing (#888)
- feat: Workflow local file browser (#263)
- feat: add node pool to workspace listing (#265)
- feat: allow changing machine type when resuming - ui (#266)
- feat: filtering updates (#267)
- feat: update argo to 2.12.9 (#112)
Fixes
- fix: incorrectly formatted label for workspaces (#889)
- fix: incorrect use of https for filesyncer url (#264)
- fix: issue with workspace file browser giving wrong path (#268)
- fix: update api to 0.19.0 (#270)
- fix: commit missing files (#271)
- fix: wrong styling selector for nodepool in workspaces (#272)
Docs
- docs: Update README.md (#876)
- docs: Update getting-started hyperlinks (#96)
- docs: Minor updates (#97)
- docs: Update SDK and landing page docs (#98)
- docs: Update getting started video links (#99)
Other
Contributors
- Vafilor Vafilor
- rushtehrani rushtehrani
- inohmonton99 inohmonton99