architecture-as-code icon indicating copy to clipboard operation
architecture-as-code copied to clipboard

"Architecture as Code" (AasC) aims to devise and manage software architecture via a machine readable and version-controlled codebase, fostering a robust understanding, efficient development, and seaml...

Results 81 architecture-as-code issues
Sort by recently updated
recently updated
newest added

## Bug Report ### Steps to Reproduce: Add a boolean field to a node, relationship or metadata object e.g. ```json { "type": "object", "properties": { "propertyBoolean": { "type": "boolean" }...

bug
good first issue

This is an initial basis for discussion capturing some ideas. Not yet in line with latest domain proposal.

## Feature Request ### Description of Problem: Currently the different commands have some inconsistencies in their usage that may be confusing to users. For example, the validate command uses -m...

enhancement
CLI

## Feature Request ### Description of Problem: Currently when generate is run, it spits out a file with placeholders for missing values: - `{{ PLACEHOLDER }}` for strings - `-1`...

enhancement

## Bug Report Running the CALM CLI on my machine gives me the following warning: ``` (node:15726) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead....

bug

## Feature Request ### Description of Problem: Currently validation report is output as a JSON object. We have a --format flag that lets you optionally set JUnit for XML output,...

enhancement
CLI

## Feature Request ### Description of Problem: The CALM CLI bundles the meta-schemas it was built against alongside the app. When a user tries to generate/validate a pattern, these schemas...

enhancement

## Feature Request ### Description of Problem: Currently some of the errors output by the commands are confusing. e.g. running the 'calm validate' command with **no arguments** produces a large...

enhancement
CLI

**Description** We need to develop a comprehensive security domain for our generic trading application, TraderX. This security domain will define the necessary protocols, policies, and mechanisms to protect TraderX from...

enhancement
Roadmap: Future

## Bug Report --version always prints 0.1.0 because it's hard coded. This should report current version (without hard coding) ### Steps to Reproduce: - Install version 0.1.4 - Run --version...

bug