docs: update readme
This commit is contained in:
15
README.md
15
README.md
@ -36,6 +36,9 @@ python -m scientific_surfing subscription rm <name>
|
||||
# rename a subscription
|
||||
python -m scientific_surfing subscription rename <name> <new-name>
|
||||
|
||||
# update subscription URL
|
||||
python -m scientific_surfing subscription set-url <name> <new-url>
|
||||
|
||||
# activate a subscription
|
||||
python -m scientific_surfing subscription activate <name>
|
||||
|
||||
@ -64,22 +67,22 @@ python -m scientific_surfing hook rm <script-name>
|
||||
### Core Configuration Management
|
||||
```bash
|
||||
# import configuration from file
|
||||
python -m scientific_surfing core-config import <file-path>
|
||||
python -m scientific_surfing core config import <file-path>
|
||||
|
||||
# export configuration to file
|
||||
python -m scientific_surfing core-config export <file-path>
|
||||
python -m scientific_surfing core config export <file-path>
|
||||
|
||||
# edit configuration with system editor
|
||||
python -m scientific_surfing core-config edit
|
||||
python -m scientific_surfing core config edit
|
||||
|
||||
# reset configuration to default values
|
||||
python -m scientific_surfing core-config reset
|
||||
python -m scientific_surfing core config reset
|
||||
|
||||
# show current configuration
|
||||
python -m scientific_surfing core-config show
|
||||
python -m scientific_surfing core config show
|
||||
|
||||
# apply active subscription to generate final config
|
||||
python -m scientific_surfing core-config apply
|
||||
python -m scientific_surfing core config apply
|
||||
```
|
||||
|
||||
### Core Management
|
||||
|
||||
Reference in New Issue
Block a user