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 put manifests command #1

Open
mjpitz opened this issue Aug 5, 2020 · 1 comment
Open

Add put manifests command #1

mjpitz opened this issue Aug 5, 2020 · 1 comment
Labels
effort: 2 good first issue Good for newcomers. help type: feature Brand new functionality, features, pages, workflows, endpoints, etc.
Projects

Comments

@mjpitz
Copy link
Member

mjpitz commented Aug 5, 2020

This is the last half of the indexing flow. The idea is to be able to chain this command with the extract command to be able to manually index a project.

Basic Usage:

deps extract manifests -d . | deps put manifests -f -

Alternatively, people can write the extracted contents using some other tool and then read them off disk.

comp-internal-proc > deps.json
deps put manifests -f deps.json
@mjpitz mjpitz transferred this issue from another repository Aug 22, 2020
@mjpitz mjpitz added effort: 1 good first issue Good for newcomers. help type: feature Brand new functionality, features, pages, workflows, endpoints, etc. effort: 2 and removed effort: 1 labels Aug 27, 2020
@mjpitz mjpitz changed the title Add track command Add put manifests command Sep 11, 2020
@abitrolly
Copy link

There is no deps extract command in 0.3.5 version, and it is not clear how it can be added, because extractors are JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: 2 good first issue Good for newcomers. help type: feature Brand new functionality, features, pages, workflows, endpoints, etc.
Projects
deps.cloud
  
Good First Issues
Development

No branches or pull requests

2 participants