- Issue created by @balintbrews
The CLI tool's upload
command requires code component authors to manually add an importedJsComponents
key in the component.yml
metadata file in case first-party imports are used. The download
command also writes that key to the metadata file.
The importedJsComponents
key should not be part of the metadata file. First-party imports should be discovered automatically based on the code, just like we do on the code editor UI.
importedJsComponents
property from the Component
type (defined in cli/src/types/Component.ts
)download
command so it doesn't write this property to the metadata file.The importedJsComponents
property is not exposed to code component authors.
Active
1.0
CLI Tool