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

Fix --add-profile flag #2519

Closed
kkawula opened this issue Sep 25, 2024 · 0 comments · Fixed by #2543
Closed

Fix --add-profile flag #2519

kkawula opened this issue Sep 25, 2024 · 0 comments · Fixed by #2543
Assignees
Labels
bug Something isn't working new sncast

Comments

@kkawula
Copy link
Collaborator

kkawula commented Sep 25, 2024

Which components does the task require to be changed? (think hard pls)

sncast

Description

When calling

sncast \
    account create \ 
    --add-profile profile1
    --url http://127.0.0.1:5050 \
    --name some-name

Generated is entry in snfoundry.toml with blank url field

[sncast.profile1]
account = "some-name"
accounts-file = "/path/to/starknet_open_zeppelin_accounts.json"
url = ""
@github-actions github-actions bot added the new label Sep 25, 2024
@kkawula kkawula added bug Something isn't working sncast labels Sep 25, 2024
@kkawula kkawula mentioned this issue Oct 1, 2024
5 tasks
github-merge-queue bot pushed a commit that referenced this issue Oct 4, 2024
<!-- Reference any GitHub issues resolved by this PR -->

Closes #2519

## Introduced changes

<!-- A brief description of the changes -->

- Flag fixed

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new sncast
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant