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
|
# rename a subscription
|
||||||
python -m scientific_surfing subscription rename <name> <new-name>
|
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
|
# activate a subscription
|
||||||
python -m scientific_surfing subscription activate <name>
|
python -m scientific_surfing subscription activate <name>
|
||||||
|
|
||||||
@ -64,22 +67,22 @@ python -m scientific_surfing hook rm <script-name>
|
|||||||
### Core Configuration Management
|
### Core Configuration Management
|
||||||
```bash
|
```bash
|
||||||
# import configuration from file
|
# 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
|
# 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
|
# edit configuration with system editor
|
||||||
python -m scientific_surfing core-config edit
|
python -m scientific_surfing core config edit
|
||||||
|
|
||||||
# reset configuration to default values
|
# reset configuration to default values
|
||||||
python -m scientific_surfing core-config reset
|
python -m scientific_surfing core config reset
|
||||||
|
|
||||||
# show current configuration
|
# show current configuration
|
||||||
python -m scientific_surfing core-config show
|
python -m scientific_surfing core config show
|
||||||
|
|
||||||
# apply active subscription to generate final config
|
# apply active subscription to generate final config
|
||||||
python -m scientific_surfing core-config apply
|
python -m scientific_surfing core config apply
|
||||||
```
|
```
|
||||||
|
|
||||||
### Core Management
|
### Core Management
|
||||||
|
|||||||
Reference in New Issue
Block a user