-
Notifications
You must be signed in to change notification settings - Fork 7
Fix 180 #187
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
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.
- "create" command in CLI should also migrate to the new create_project() API calls
@wonder-sk This should be ready with all the changes suggested above. The only thing I am slightly unsure is in |
@JanCaha yeah let's delete that part of the code in CLI... |
Fixes #180
Issue deprecation warnings for
mc.create_project()
andmc.clone_project(()
ifnamespace
parameter is specified. Still supports the old syntax for backwards compatability.mergin clone
will also print statements ifCLONED_PROJECT_NAMESPACE
parameter is used or ifCLONED_PROJECT_NAME
is not a full path that includes workspace name.