Metadata-Version: 2.4
Name: synic
Version: 1.1.5
Summary: Synic panel CLI — login, deploy, downloads, backups, and custom flows
Author: Synic
License: MIT
Keywords: synic,cli,jimboshop,panel
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# synic

Synic panel CLI for pip.

```bash
pip install synic
synic on
```

Then the prompt becomes `synic>` (light blue). You stay signed in until `logout`.

```text
synic> proDeploy
synic> uploadFile
synic> download
synic> makeBackup
synic> push
synic> userDetail
synic> help
synic> cls
```

Same commands as `synic-cli` (npm/yarn). Type `cls` to wipe the screen.

Optional Cursor / VS Code icons (does not replace your icon theme):
after install, the CLI prints a `cursor --install-extension` / `code --install-extension` command for the bundled VSIX.

npm: `npm install -g synic-cli`
yarn: `yarn global add synic-cli`
