Is your feature request related to a problem? Please describe
Working with different AiiDA profiles in multiple terminals is inconvenient, because every verdi command needs to specify the profile explicitly with -p/--profile.
Describe the solution you'd like
Add support for selecting the active profile through an environment variable, for example AIIDA_PROFILE.
This would allow each terminal to set the profile once:
# Terminal 1
export AIIDA_PROFILE=project_a
verdi status
# Terminal 2
export AIIDA_PROFILE=project_b
verdi status
Is your feature request related to a problem? Please describe
Working with different AiiDA profiles in multiple terminals is inconvenient, because every
verdicommand needs to specify the profile explicitly with-p/--profile.Describe the solution you'd like
Add support for selecting the active profile through an environment variable, for example
AIIDA_PROFILE.This would allow each terminal to set the profile once: