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

rekit cli not work as docs said #31

Closed
vale1534 opened this issue Jul 10, 2017 · 2 comments
Closed

rekit cli not work as docs said #31

vale1534 opened this issue Jul 10, 2017 · 2 comments
Labels

Comments

@vale1534
Copy link

  1. rekit create hello --clean does not create a clean app, rekit version is v2.0.3.

  2. rekit add component home/hello -u hello does not add the route.

I check the source and known that rekit cli send command with url_path param to the rekit-core, but rekit-core is using urlPath as the route param.

Change addCmd.addArgument(['--url-path', '-u'], ...) to addCmd.addArgument(['--urlPath', '-u'], ...) in rekit.js fix the bug.

@supnate supnate added the bug label Jul 10, 2017
supnate added a commit that referenced this issue Jul 12, 2017
@supnate
Copy link
Owner

supnate commented Jul 12, 2017

Thanks @wenris for reporting this. --clean command has not been supported yet. The second issue has been fixed.

@supnate
Copy link
Owner

supnate commented Jul 12, 2017

--clean will be tracked by #24 , close this one.

@supnate supnate closed this as completed Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants