esmf-org / esmf-profiler

ESMF Profiler application converts binary traces into a web based, dynamic report.
0 stars 2 forks source link

Default push repo #174

Open rsdunlapiv opened 2 years ago

rsdunlapiv commented 2 years ago

Is your feature request related to a problem? Please describe.

It is cumbersome to always look up the git URL where you want to push to with the -p option

esmf-profiler -t /scratch1/NCEPDEV/stmp2/Rocky.Dunlap/FV3_RT/rt_143715/cpld_bmark_p7/traceout/ -o cpld_bmark_p7 -n cpld_bmark_p7 -p git@github.com:esmf-org/app-profiles.git

Describe the solution you'd like Allow the user to just specify -p with no URL and use a URL defined in the environment variables, such as:

export ESMF_PROFILER_PUSH=git@github.com:esmf-org/app-profiles.git

The user can then set that in their shell init script and forget it.