📦
RRPM
RRPM
RRPM
  • Introduction
  • Completions
  • Managing Remote Repositories
  • Managing and Creating Projects
  • Viewing and Regenerating the Config
  • The config.toml file
  • Extensions
    • Overview
    • Errors
  • Presets
    • The API
  • Hooks
    • The API
Powered by GitBook
On this page
  • Viewing the Current Config File
  • Regenerating the Config File
Edit on GitHub

Viewing and Regenerating the Config

Corrupted the config file? Regenerate it using the rrpm config --regenerate command

Viewing the Current Config File

The current config file can be viewed by running the command rrpm config.

$ python -m rrpm config
{
    'root': {'dir': '%USERPROFILE%\\Projects', 'ext_dir': '%LOCALAPPDATA%\\rrpm\\extensions'},
    'cli': {'display_output': False, 'extensions': ['myext']}
}

Regenerating the Config File

$ python -m rrpm config --regenerate
Config file regenerated successfully!
PreviousManaging and Creating ProjectsNextThe config.toml file

Last updated 3 years ago