sasjs / cli

Command line interface for creating, compiling, and building SAS® projects

Home Page:https://cli.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

show timestamp at top of compiled jobs / services / tests

allanbowe opened this issue · comments

It would be helpful to know when a particular Job / Service / Test was compiled

At the top of each compiled file we should include some additional metadata, such as:

  • A human readable timestamp
  • Username which compiled the file (if possible)
  • Machine which compiled the file (if possible)
  • serverType of compilation
  • target Name (maybe even a JSON dump of the target object?)