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

Implement frictionless convert command for metadata in CLI #1170

Closed
roll opened this issue Jul 11, 2022 · 1 comment
Closed

Implement frictionless convert command for metadata in CLI #1170

roll opened this issue Jul 11, 2022 · 1 comment
Assignees
Labels
feature New functionality
Milestone

Comments

@roll
Copy link
Member

roll commented Jul 11, 2022

Overview

We now have some metadata conversion capabilities built into the framework like to_markdown, to_er_diagram, etc We'd like to expose this functionality to the cli:

frictionless convert package.json <path> --yaml
frictionless convert package.json <path> --er-diagram
frictionless convert package.json <path> --markdown
# more

Note that this action only handle metadata for the data conversion we use frictinless transform (at least for now -- later we might think about extending this command to data conversion as a shorcut for the transform)

@roll roll changed the title Implement frictionless convert command for metadata Implement frictionless convert command for metadata in CLI Jul 11, 2022
@roll roll added the feature New functionality label Jul 11, 2022
@roll roll added this to the v5 milestone Jul 11, 2022
@roll
Copy link
Member Author

roll commented Jul 22, 2022

DONE in #1195

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
Archived in project
Development

No branches or pull requests

2 participants