diplodoc-platform / diplodoc-platform/cli
Limit CLI options power
Open
major
- Dominant language
- TypeScript
- Stars
- 123
- Forks
- 51
- Avg merge
- 10h 50m
- Merged PRs (30d)
- 38
Description
We have 25 described CLI option. And some not described (like `hidden`, `storage-endpoint`, `storage-bucket`...)
Most of them are complicated and rare useful.
Proposal:
Move rare useful options to `.yfm` config.
Split `.yfm` config on logical parts:
```yaml
build:
vars:
- var1: test
publish:
endpoint: 'https://bucket.tld'
editor:
hotkeys:
- some-custom-hotkey: 'alt+c'
viewer:
logo: 'https://bucket.tld/static/logo.png'
```
Contributor guide
Assessment
This issue has not been assessed yet.