-
Notifications
You must be signed in to change notification settings - Fork 661
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
Leo Deploy #26901
Leo Deploy #26901
Conversation
…eploy # Conflicts: # Cargo.lock # leo/cli/commands/build.rs # leo/cli/commands/execute.rs
Signed-off-by: evan-schott <[email protected]>
Co-authored-by: d0cd <[email protected]> Signed-off-by: evan-schott <[email protected]>
Co-authored-by: d0cd <[email protected]> Signed-off-by: evan-schott <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## testnet3 #26901 +/- ##
============================================
- Coverage 76.05% 75.65% -0.41%
============================================
Files 200 203 +3
Lines 6800 7049 +249
Branches 6800 7049 +249
============================================
+ Hits 5172 5333 +161
- Misses 1628 1716 +88 ☔ View full report in Codecov by Sentry. |
Relax Shadowing for Records and Functions
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.
LGTM! We will revisit this feature later.
leo/cli/cli.rs
Outdated
#[clap(about = "Deploy a program")] | ||
Deploy { | ||
#[clap(flatten)] | ||
command: Deploy, | ||
}, | ||
#[clap(about = "Add a new on-chain or local dependency to the current package.")] | ||
Add { | ||
#[clap(flatten)] | ||
command: Add, | ||
}, | ||
#[clap(about = "Compile the current package as a program")] | ||
Build { | ||
#[clap(flatten)] | ||
command: Build, | ||
}, | ||
#[clap(about = "Clean the output directory")] | ||
Clean { | ||
#[clap(flatten)] | ||
command: Clean, | ||
}, |
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.
Nit: lets keep these in alphabetic order.
leo deploy
snarkos developer deploy
, the reason its being built in Leo is so that it can recursively deploy local dependencies.main.aleo
with imports directory of their imports