Can I preview or see the effective jobspec after substituting interpolated values and resolving expressions?

Suppose I have a HCL jobspec file. In that file I have quite a lot of interpolations (In my text ${env.foo} is interpolated ), partially from environment and other values. I use other built-in functions .

Is there any way (for example with the CLI), similarly to nomad job validate that not only validates the job but it might also

  • Substitute interpolated strings
  • Show how expressions are resolved
  • Show the results of dynamic blocks

This would be helpful as I would like to try out how specific env vars *would be * interpolated on my CI environment.