Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit CLI options power #498

Open
3y3 opened this issue Jul 11, 2023 · 0 comments
Open

Limit CLI options power #498

3y3 opened this issue Jul 11, 2023 · 0 comments
Labels

Comments

@3y3
Copy link
Member

3y3 commented Jul 11, 2023

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:

build:
  vars:
    - var1: test

publish:
  endpoint: 'https://bucket.tld'

editor:
  hotkeys:
    - some-custom-hotkey: 'alt+c'

viewer:
  logo: 'https://bucket.tld/static/logo.png'
@3y3 3y3 added the major label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant