-
Notifications
You must be signed in to change notification settings - Fork 31
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
Improved Config Feature #62
Comments
5 tasks
also support .env file, add precedence, local env -> swanky config -> global swanky config |
Base class feature is already implemented in #71 |
Merged
Merged
ipapandinas
added a commit
that referenced
this issue
Feb 27, 2024
Co-authored-by: Igor Papandinas <[email protected]>
ipapandinas
added a commit
that referenced
this issue
Mar 25, 2024
Co-authored-by: Igor Papandinas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview (What and Why)
Currently no swanky commands can be invoked outside of a swanky project folder.
For some commands that doesn't make sense and they should be available globally.
Since the check consist only of looking for the
swanky.config.json
in current folder, the config should be moved to the OS level config folder, and if needed combined with the local one. (also check the ancestor folders)Additionally, keys and addresses can be stored in the .env file so that too should be checked
Lastly, a default account should be set, so it doesn't need to be passed every time.
Plus:
local
#22How
Definition of Done
{Write definition of done, how to verify}
Open Issues and Blockers
The text was updated successfully, but these errors were encountered: