Automation Kit for Power Platform

Naming

Alongside the month and version numbers the Automation Kit for Power Platform uses a code name tag each release.

Generation Process

  1. Install node dependencies
npm install @criblinc/docker-names
  1. Add the following node sample as file named index.mjs
import {generateName} from '@criblinc/docker-names'

const dockerName = generateName();

console.log(dockerName);
  1. Run the sample
node index.mjs