Files
simple-nanoshare/cli
daniel156161 9db36c2d5b
Build and Push Docker Container / build-and-push (push) Successful in 1m2s
fix: allow CLI file tokens for RPC access
- Accept files-scoped bearer tokens on servicelink RPC calls.
- Keep mesh shared-secret auth for trusted internal callers.
- Validate CLI auth scopes and reject unsupported values early.
- Stop CLI browser login waiting for the full timeout after callback.
- Add tests for scope normalization, RPC access, and login callback timing.
2026-07-27 17:08:23 +02:00
..

NanoShare CLI

Desktop CLI and folder sync client for NanoShare.

Install locally

uv tool install ./cli

Login

nanoshare login https://your-nanoshare.example

Sync

nanoshare sync ~/NanoShare
nanoshare watch ~/NanoShare --interval 10

The CLI stores config in ~/.config/nanoshare/config.toml and sync state in .nanoshare-sync/state.json inside the synced folder.