Documentation
CLI Installation
Linux
# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v1.0.2/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/onepanel/releases/download/v1.0.2/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: updated go migration data to have metadata (#957)
- feat: cache artifactRepositoryType (#958)
- feat: create namespace implementation (#959)
- feat: cvat 1.6.0 workspace migration (#960)
- feat: update api to 1.0.2, fix multi-namespace issues with login (#307)
- feat: search more than just the onepanel namespace (#111)
Fixes
- fix: pin down postgres version to 13.4 (#131)
Other
- clean: remove unused modeldb manifests (#132)
Contributors
- Vafilor Vafilor