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

Add the --ext parameter to the split command #1562

Open
romanpryshliak opened this issue May 16, 2024 · 1 comment
Open

Add the --ext parameter to the split command #1562

romanpryshliak opened this issue May 16, 2024 · 1 comment

Comments

@romanpryshliak
Copy link

romanpryshliak commented May 16, 2024

Is your feature request related to a problem? Please describe.

Please add the --ext parameter to the split command and convert JSON to YAML and vice versa.

The bundle command has that parameter, so if you get a file in JSON format and you want YAML, you have to split it, bundle it with --ext to convert it, then split it again.

Additional context

Front logo Front conversations

@lornajane
Copy link
Collaborator

Thanks for passing on this suggestion! One immediate comment I have is that it sounds like the first split operation could be omitted without any change in output - run bundle to get the target output format, and then run split to get the output in the desired structure.

@lornajane lornajane added the p2 label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants