-
Notifications
You must be signed in to change notification settings - Fork 10
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
Revamp genezio
supercommand
#641
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 13, 2023
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
567a814
to
9e005df
Compare
74dc401
to
3422ef5
Compare
83f5c41
to
8684a8e
Compare
This was referenced Dec 15, 2023
8684a8e
to
6d44ad6
Compare
radu1122
reviewed
Dec 18, 2023
radu1122
reviewed
Dec 18, 2023
6d44ad6
to
7ef1d5e
Compare
7ef1d5e
to
fff3331
Compare
fff3331
to
49d50bc
Compare
vladiulianbogdan
approved these changes
Dec 21, 2023
49d50bc
to
1ead60d
Compare
Merge activity
|
costinsin
added a commit
that referenced
this pull request
Dec 21, 2023
# Pull Request Template <!-- Before submitting a Pull Request, please ensure you've done the following: - Read the Genezio Contributing Guide: https://github.com/Genez-io/genezio/blob/main/CONTRIBUTING.md - Read the Genezio Code of Conduct: https://github.com/Genez-io/genezio/blob/main/CODE_OF_CONDUCT.md - Provide tests for your changes. - Add comments on your code. - Use descriptive commit messages. - Update any related documentation and include any relevant screenshots for UI/UX changes. --> ## Type of change <!-- Please delete options that are not relevant. --> - [x] 🧑💻 Improvement ## Description Adds test for #641. <!-- Please do not leave this blank. Add a small summary of the PR: This PR [adds/removes/fixes/replaces] the [feature/bug/etc]. List any dependencies that are required for this change. --> ## Checklist - [x] My code follows the contributor guidelines of this project; - [x] I have added tests; - [x] New and existing unit tests pass locally with my changes;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of change
Description
This change revamps the
genezio
super command to be smarter and guide new users on how to use our CLI.Adds a new project creation using our public templates.
Checklist