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

Better flag name for output directory than --dir #101

Closed
jimafisk opened this issue Dec 21, 2020 · 1 comment
Closed

Better flag name for output directory than --dir #101

jimafisk opened this issue Dec 21, 2020 · 1 comment
Labels
breaking Change that's not backwards compatible with previous versions refactor optimize or improve existing code / functionality

Comments

@jimafisk
Copy link
Member

The "--dir" flag in the build/serve commands is just used to change the name of the directory that holds that built site. Currently this defaults to "public" but you can set it to whatever you want (some CI builds might require a specific name). Maybe there's a better name for this flag to make it more clear. I've received feedback from @brikou who initially thought this was for running plenti commands outside of the project root, which is not the case.

Options for different flag name:

  • --output
  • --static
@jimafisk jimafisk added refactor optimize or improve existing code / functionality breaking Change that's not backwards compatible with previous versions labels Jan 24, 2021
@jimafisk
Copy link
Member Author

jimafisk commented Apr 1, 2021

This flag has been changed to --output in v0.4.0+

@jimafisk jimafisk closed this as completed Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Change that's not backwards compatible with previous versions refactor optimize or improve existing code / functionality
Projects
None yet
Development

No branches or pull requests

1 participant