Use the GitHub CLI to add a "Created Date" column to a GitHub project.
- Install the gh cli
- Login
gh auth refreshand follow the steps - Ensure you add the project scope
gh auth refresh -s project
make build
make test
make clean- find the fully-qualified url to your project.
- run the following script with to dry-run the operation:
createdat --project=https://github.com/orgs/<org>/project/<number>- When you're happy with the output run with
--debug=false