### Start Nomad Agent Source: https://github.com/hashicorp/nomad-autoscaler/blob/main/policy/nomad/test-fixtures/README.md Starts a development Nomad agent. This is required to regenerate golden files using the Nomad API. ```shellsession $ nomad agent -dev ``` -------------------------------- ### Regenerate Golden Files in Parallel Source: https://github.com/hashicorp/nomad-autoscaler/blob/main/policy/nomad/test-fixtures/README.md Speeds up the regeneration of all golden files by running the process in parallel. Replace with the desired number of parallel jobs. ```shellsession $ make -B -j ``` -------------------------------- ### Regenerate All Golden Files Source: https://github.com/hashicorp/nomad-autoscaler/blob/main/policy/nomad/test-fixtures/README.md Regenerates all golden files from source HCL jobspecs. Use the -B flag to force regeneration. ```shellsession $ make -B ``` -------------------------------- ### Regenerate Specific Golden File Source: https://github.com/hashicorp/nomad-autoscaler/blob/main/policy/nomad/test-fixtures/README.md Generates a specific golden file by providing its target name. This is useful for regenerating only the files that have changed. ```shellsession $ make -B full-scaling.json.golden ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.