-
Notifications
You must be signed in to change notification settings - Fork 119
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
Consistent xodc CLI #1518
Consistent xodc CLI #1518
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments. But did not tested yet.
42991e6
to
0c98824
Compare
Also, I want to move |
2b0c348
to
7c2a966
Compare
@brusherru Please, review. Many new bugs invented! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI script should be adjusted as well so that tabtests start to use the new machinery right after the merge.
b4b138c
to
9a1752e
Compare
+ @nkrkv @brusherru roast me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice 😎
I have few notes regarding wording/spelling though.
9a1752e
to
4c00496
Compare
@nkrkv updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
4c00496
to
3e7b56e
Compare
Full reimplementation of
xodc
withoclif
framework as first part of #884.Implemented commands: resave, tabtest, transpile, publish. See README.md.
Notable change in
publish
command: reimplement api calls from swagger-client and old orgs api, to new users api with plain fetch requests.Not implemented: correct workspace creation because of arduino-cli rework needed.
Also, closes #1517 - wrong typings in
xod-tabtest
. Thanks to @evgenykochetkov