https://github.com/macadmins/nanohubctl
Helper binary for working with kmfddm endpoints
https://github.com/macadmins/nanohubctl
Last synced: 5 months ago
JSON representation
Helper binary for working with kmfddm endpoints
- Host: GitHub
- URL: https://github.com/macadmins/nanohubctl
- Owner: macadmins
- License: mit
- Created: 2023-06-16T19:52:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T15:35:49.000Z (9 months ago)
- Last Synced: 2025-10-14T16:36:51.753Z (8 months ago)
- Language: Go
- Size: 113 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nanohubctl
nanohubctl is a tool for interacting with nanohub.
## Usage
You can pass in the API key and URL every time you run the command or set env vars for them instead.
To set th env vars:
```bash
# This should be the base url to nanohub, Example: https://nanohub.example.com/
export NANOHUB_URL="https://$YOUR_SERVER_HERE"
export NANOHUB_API_KEY="$YOUR_API_KEY"
# Optional, but handy if you are only working with a single client
export NANOHUB_CLIENT_ID="$TEST_CLIENT_ID"
```