mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-30 23:52:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			447 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			447 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Name
 | |
| 
 | |
| config
 | |
| 
 | |
| ## Synopsis
 | |
| 
 | |
| ```sh
 | |
| $ config [--remove] <domain> <group> <key> [value]
 | |
| ```
 | |
| 
 | |
| ## Description
 | |
| 
 | |
| Show or modify values in the configuration files through ConfigServer.
 | |
| 
 | |
| ## Options:
 | |
| 
 | |
| * `--help`: Display help message and exit
 | |
| * `--version`: Print version
 | |
| * `-r`, `--remove`: Remove key
 | |
| 
 | |
| ## Arguments:
 | |
| 
 | |
| * `domain`: Config domain
 | |
| * `group`: Group name
 | |
| * `key`: Key name
 | |
| * `value`: Value to write
 | |
| 
 | |
| <!-- Auto-generated through ArgsParser -->
 | 
