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

feat: Improved the Current CLI. #556

Merged
merged 2 commits into from
Aug 10, 2023
Merged

Conversation

Mr-Sunglasses
Copy link
Contributor

Description

feat: Improved the current --create flag of robyn cli with new style

feat: added the new --version flag in robyn cli to check the currently installed version of robyn

Screen.Recording.2023-07-17.at.4.56.04.AM.mov

This PR fixes #511 (Note - This PR fixes a small portion of issue #511, there is a complete roadmap of features in the issue which need to be added to completely fix this issue )

@netlify
Copy link

netlify bot commented Jul 16, 2023

Deploy Preview for robyn canceled.

Name Link
🔨 Latest commit c6838d3
🔍 Latest deploy log https://app.netlify.com/sites/robyn/deploys/64d54273f36350000839bd4d

requirements.txt Outdated Show resolved Hide resolved
Copy link
Member

@sansyrox sansyrox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Mr-Sunglasses 👋

Thank you for the PR 😄

I have one question before we proceed.

robyn/__main__.py Outdated Show resolved Hide resolved
@Mr-Sunglasses
Copy link
Contributor Author

Also Fixes #560

robyn/__main__.py Outdated Show resolved Hide resolved
robyn/argument_parser.py Outdated Show resolved Hide resolved
Copy link
Member

@sansyrox sansyrox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Mr-Sunglasses 👋

Great work! 🔥 I have some minor suggestions. We can merge it after that! ✨

@codspeed-hq
Copy link

codspeed-hq bot commented Jul 30, 2023

CodSpeed Performance Report

Merging #556 will not alter performance

Comparing Mr-Sunglasses:better-cli (94b8b32) with main (c1b354b)

Summary

✅ 100 untouched benchmarks

@Mr-Sunglasses
Copy link
Contributor Author

@sansyrox I've made the changes in this PR s requested. Do tell me if any more changes to be made or if not it is ready to merge 🌮 .

@sansyrox sansyrox force-pushed the main branch 3 times, most recently from 026cc08 to a8cf7f0 Compare August 5, 2023 23:53
robyn/__main__.py Outdated Show resolved Hide resolved
Copy link
Member

@sansyrox sansyrox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Mr-Sunglasses 👋

Thank you for addressing the suggestions. Just two more suggestions before we can merge it 😄

@sansyrox sansyrox force-pushed the main branch 2 times, most recently from 71f36b6 to 416bc97 Compare August 6, 2023 16:00
@Mr-Sunglasses Mr-Sunglasses changed the title feat: added the new --version flag in robyn cli and Improved the Current CLI. feat: Improved the Current CLI. Aug 7, 2023
@Mr-Sunglasses
Copy link
Contributor Author

@sansyrox 🎉 I have removed the --version flag and just realized 🤔 there's no need for it! One can check if Robyn is installed just by typing python3 -m robyn --help. 🚀 I think this PR is now ready to be merged! 💯

feat: Improved the current --create flag of robyn cli with new style

Update the requirement.txt for new deps in cli

fix: Removed some mistaken additon of --version flag in docs

[fix]: Updated the link of robyn docs

fixed the doc's link

Removed --version docs.

removed --version flag from CLI

removed --version flag from CLI
Copy link
Member

@sansyrox sansyrox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Great work @Mr-Sunglasses 🔥

@sansyrox sansyrox merged commit d04fb5e into sparckles:main Aug 10, 2023
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Robyn CLI - Add ability to scaffold different kinds of projects
3 participants