Skip to main content

A suite of CLI utilities for account pool and device spy services.

Project description

RC CLI - Development Tools

A powerful command-line tool for development workflows.

📦 Installation

pip install rc-cli-tools

Or install from source:

git clone <repository-url>
cd utils-kts
pip install -e .

⚙️ Configuration

First-Time Setup (Recommended)

After installation, configure RC CLI using the interactive setup:

rc config setup

This will:

  • Guide you through the configuration process
  • Create ~/.rc-cli.env with your settings
  • Validate the configuration

Quick Check

# View current configuration
rc config show

# Validate configuration
rc config validate

Manual Configuration (Alternative)

Create ~/.rc-cli.env in your home directory:

# Copy the example file
cp .env.example ~/.rc-cli.env

# Edit with your actual values
# IMPORTANT: Replace 'yourcompany' with your actual company domain
vim ~/.rc-cli.env

Example configuration:

# Company name (for file naming)
COMPANY_NAME=YourCompany

# GitLab Configuration (IMPORTANT: Include /api/v4)
SP_GITLAB_BASE_URL=https://git.yourcompany.com/api/v4
SP_GITLAB_PROJECT_ID=24890
GITLAB_TOKEN=your-gitlab-personal-access-token

# Internal APIs
SP_INTAPI_BASE_URL=http://intapi.yourcompany.com:8082
AP_BASE_URL=https://account-pool.yourcompany.com
DS_BASE_URL=https://device-spy.yourcompany.com

Important:

  • The .rc-cli.env file in your home directory is global for all projects
  • You can also create a .env file in specific project directories
  • Never commit .env files to version control

Configuration Locations

RC CLI searches for configuration in this order (first found wins):

  1. .env in current directory (project-specific)
  2. ~/.rc-cli.env in your home directory (global)
  3. Environment variables in your shell (highest priority)

Getting GitLab Token

  1. Go to GitLab → User Settings → Access Tokens
  2. Create a new token with read_api scope
  3. Copy the token and use it in your configuration

🚀 Quick Start

# Check configuration
rc config

# Service Parameters
rc sp tui              # Interactive TUI (recommended)
rc sp list             # List all service parameters
rc sp search 'SMS'     # Search for parameters

# Feature Flags
rc ffs tui             # Interactive TUI
rc ffs search 'flag'   # Search flags

# Account Pool
rc ap tui              # Interactive TUI
rc ap get webAqaXmn    # Get random account

# Device Spy
rc ds udid <UDID>      # Get device info
rc ds devices android  # List devices

# Downloads
rc download aqa        # Download AQA apps

📖 Documentation

For detailed documentation, visit [Documentation Link] or run:

rc info

🔐 Security Notes

  • Never commit .env files to version control
  • Use GitLab personal access tokens, not passwords
  • Keep your tokens secure and rotate them regularly

🐛 Troubleshooting

"GitLab URL not configured" Error

This means you haven't set up your configuration yet:

# Check configuration status
rc config show

# Run setup wizard
rc config setup

Configuration Not Loading

# Check which config files exist
rc config show

# Verify file location
ls -la ~/.rc-cli.env

DNS Resolution Errors

If you see "nodename nor servname provided" error:

  • Your SP_GITLAB_BASE_URL is using the default placeholder
  • Run rc config setup to set the correct GitLab URL
  • Or edit ~/.rc-cli.env with your actual GitLab server URL

📚 Documentation

📝 License

[Your License Here]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

my_cli_utilities-0.3.5.tar.gz (74.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

my_cli_utilities-0.3.5-py3-none-any.whl (100.6 kB view details)

Uploaded Python 3

File details

Details for the file my_cli_utilities-0.3.5.tar.gz.

File metadata

  • Download URL: my_cli_utilities-0.3.5.tar.gz
  • Upload date:
  • Size: 74.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for my_cli_utilities-0.3.5.tar.gz
Algorithm Hash digest
SHA256 7d6f0df9e990359127edb11417ef7b7af582b91f166ffe3705f39f3518b889b3
MD5 f18fdbdd55924abb82e5f025f947bfa7
BLAKE2b-256 d20ac63ec483d2a34e9e138e63520923df5946a4912bffc8d0d179460a783686

See more details on using hashes here.

File details

Details for the file my_cli_utilities-0.3.5-py3-none-any.whl.

File metadata

File hashes

Hashes for my_cli_utilities-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 f93d783e06a0e4dd2fed9383bef2dd485852421c59f14ee22b494b5ad5ad4fd7
MD5 b4834e5c438c23dc36b17ee7ed21067f
BLAKE2b-256 b50b8f842e17fdbb3f8b7033a22623b5489e5b881b78d1a7b44ca8801a7695fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page