pCloudy CLI - Remote ADB bridge and device management
Project description
pCloudy CLI
Remote ADB bridge and device management CLI for pCloudy.
Installation
pip install pcloudy
If pcloudy is not found after install, add Python's bin directory to your PATH:
pip show pcloudy # find the install location
Quick Start
1. Login with your API key
pcloudy login --email you@company.com --access-key YOUR_ACCESS_KEY
Your token is saved locally in ~/.pcloudy/config.json.
2. Connect to a device session
pcloudy connect --device 0tM9
3. Use ADB commands
pcloudy adb shell
pcloudy adb install app.apk
pcloudy adb logcat
4. Disconnect when done
pcloudy disconnect -d 0tM9
⚠️ Always disconnect when done. Failing to disconnect may cause your IP to be temporarily blocked.
Commands
| Command | Description |
|---|---|
pcloudy login -e -k |
Authenticate with email & access key |
pcloudy logout |
Clear stored credentials |
pcloudy connect -d <id> |
Connect ADB to remote device |
pcloudy disconnect -d <id> |
Disconnect from device |
pcloudy adb <args> |
Proxy ADB commands |
pcloudy status |
Show auth & connection status |
Custom Base URL
For private cloud or on-prem deployments:
pcloudy login -e you@co.com -k KEY --base-url https://your-instance.pcloudy.com
Development
git clone https://github.com/nickvergara/pcloudy.git
cd pcloudy
pip install -e . # editable install for development
Build & Publish
pip install build twine
python -m build
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pcloudy-1.0.1.tar.gz.
File metadata
- Download URL: pcloudy-1.0.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39ce6f6412d52b4b1d4a13c0c6b75a7991ca5b18fdf18aec1477bc26cb8524bc
|
|
| MD5 |
cb37c84bf3fe3c60203dd0e35500abba
|
|
| BLAKE2b-256 |
b393bc53c5e97f269fa260b21c8f752d0bbc1654133b8407612650d3d6da613c
|
File details
Details for the file pcloudy-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pcloudy-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df92998631193043f3018dc6242a87b8482f1d5fc430b5bcb92dda37d005c3e2
|
|
| MD5 |
4959c52e935f6a4e6baa1a7848b34801
|
|
| BLAKE2b-256 |
0d0f98a48981bd5f37d8c6c705fa07fd37f1838d3299a56c0d26bc994922a946
|