Skip to content

tmfg/digitraffic-cdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,454 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digitraffic AWS CDK projects

This project contains CDK applications for the Digitraffic project.

Projects are categorized as:

  • projects under other are generic, e.g. swagger-joiner
  • projects under road or marine are related to a mode of transport, e.g. road/variable-signs

Links

Digitraffic is operated by Fintraffic

TL;DR

Init rush, (e.g., installs Git hooks).

rush install
rush update-autoinstaller --name rush-command-line-tools
rush update

Update dependencies for all projects

# Update to highest versions outside cooldown (default: 7 days), then refresh lockfile
./update-deps.sh

# Or use Rush command
rush repo:update-deps-mature

# Then run lockfile refresh in a separate command
rush update --full

# Example: only update vitest-related packages with 7-day cooldown
./update-deps.sh '/^@?vitest|^vitest$/'

# CDK-only mature update
rush repo:update-cdk-mature

# Then run lockfile refresh in a separate command
rush update --full

# Refresh autoinstaller after dependency updates
rush update-autoinstaller --name rush-command-line-tools

Format

rush format:package-json
rush format:fix-changed

Rush commands

Global Rush commands are configured in command-line.json

You can list them with:

rush --help

About

Digitraffic CDK apps

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors