-
Notifications
You must be signed in to change notification settings - Fork 283
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
aztecup
command to manage versions easily
#2870
Comments
rahul-kothari
changed the title
Oct 16, 2023
sandboxup
command to manage versions easilyaztecup
command to manage versions easily
I think we should check if the user is in a git repo and have the |
4 tasks
alexghr
added a commit
that referenced
this issue
Nov 2, 2023
This PR adds a new command to aztec-cli to update a contract's Aztec.nr and `@aztec` dependencies. LE: This command was refactored to `update` and now updates both Nargo.toml _and_ package.json. Fix #2870 # Checklist: Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge. - [ ] If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag. - [x] I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code. - [x] Every change is related to the PR description. - [x] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
package.json
for any@aztec
specific npm packagesnargo.toml
to latest aztec-nr versionWith @alexghr working on Noir Wasm (that will remove the need to update nargo), and dockerising
aztec-cli
with the sandbox (which will remove the need of separately updating the cli), we just need the tool to update all npm packages locally (incl@aztec/sandbox
) with an option to update to a specific version!Ideal UX
First-time installation:
Install sandbox (docker, node v18 etc)
Install aztec-cli
For updating
cd YOUR_REPO aztecup
The text was updated successfully, but these errors were encountered: