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

Command: Init #3

Open
jorgebodega opened this issue Jan 16, 2021 · 0 comments
Open

Command: Init #3

jorgebodega opened this issue Jan 16, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request v0.0.1 Version

Comments

@jorgebodega
Copy link
Owner

jorgebodega commented Jan 16, 2021

This command is essential to work, as it clones the repository of the user where the files are stored.

The command should follow the structure:

{command} init --url {url} --protocol {protocol} [--token {token}]

There is some information required to work:

URL: This is the url of the repository. This URL could from a public or a private repository.
PROTOCOL: This must be one value of git o https.
TOKEN: If the repository is private and the protocol is https, the token parameter could be used to avoid the prompt to introduce username/password

@jorgebodega jorgebodega added enhancement New feature or request v0.0.1 Version labels Jan 16, 2021
@jorgebodega jorgebodega self-assigned this Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v0.0.1 Version
Projects
None yet
Development

No branches or pull requests

1 participant