PHPackages                             medienreaktor/contentrepository-commands - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. medienreaktor/contentrepository-commands

ActiveNeos-package

medienreaktor/contentrepository-commands
========================================

medienreaktor ContentRepository Commands

0.2(1mo ago)055—6.2%MITPHP

Since Apr 16Pushed 1mo agoCompare

[ Source](https://github.com/medienreaktor/Medienreaktor.ContentRepository.Commands)[ Packagist](https://packagist.org/packages/medienreaktor/contentrepository-commands)[ RSS](/packages/medienreaktor-contentrepository-commands/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Medienreaktor.ContentRepository.Commands
========================================

[](#medienreaktorcontentrepositorycommands)

CLI Commands for the Event Sourced Content Repository of Neos CMS.

**Note:** This package is still work in progress. Use with care.

Commands
--------

[](#commands)

The CLI Commands directly dispatch Commands on the Content Repository. The Content Repository handles the Command and emits the Event to the Event Store.

### Create node aggregate

[](#create-node-aggregate)

Use `cr:createnodeaggregate` to create a new node aggregate.

ArgumentDescriptionExample`contentRepository`Identifier of the Content Repository`default``workspaceName`The workspace in which the create operation is to be performed`live``originDimensionSpacePoint`The dimension space point in which the new node should be created`{"language": "en"}``nodeTypeName`Name of the node type of the new node`Neos.Neos:Page``parentNodeId`The identifier of the parent node aggregate`213b1564-14df-4984-bccd-5c6d003179ef``propertyValues`The property key/value pairs to write to the new node`{"title": "My new node", "uriPathSegment": "my-new-node"}`If you execute the CLI Command without arguments, all required arguments will be asked interactively. You can pass all arguments in a single line (e.g. to use with Claude or bash scripts) like this:

```
flow cr:createnodeaggregate
    --contentRepository default
    --workspaceName live
    --originDimensionSpacePoint '{"language": "en"}'
    --nodeTypeName Neos.Neos:Page
    --parentNodeId 213b1564-14df-4984-bccd-5c6d003179ef
    --propertyValues '{"title": "My new node", "uriPathSegment": "my-new-node"}'

```

### Set node properties

[](#set-node-properties)

Use `cr:setnodeproperties` to set new properties on existing nodes.

ArgumentDescriptionExample`contentRepository`Identifier of the Content Repository`default``workspaceName`The workspace in which the set properties operation is to be performed`live``nodeAggregateId`The identifier of the node aggregate to set the properties for`213b1564-14df-4984-bccd-5c6d003179ef``originDimensionSpacePoint`The dimension space point the properties should be changed in`{"language": "en"}``propertyValues`The property key/value pairs to write to set`{"title": "My new title"}`That's it for now. More Commands will be added in the future.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance89

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

54d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3976405?v=4)[Daniel Kestler](/maintainers/danielkestler)[@danielkestler](https://github.com/danielkestler)

---

Top Contributors

[![danielkestler](https://avatars.githubusercontent.com/u/3976405?v=4)](https://github.com/danielkestler "danielkestler (7 commits)")

### Embed Badge

![Health badge](/badges/medienreaktor-contentrepository-commands/health.svg)

```
[![Health](https://phpackages.com/badges/medienreaktor-contentrepository-commands/health.svg)](https://phpackages.com/packages/medienreaktor-contentrepository-commands)
```

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1131.0M734](/packages/neos-neos)[neos/form-builder

Flow Form Framework integration into Neos CMS

19358.8k19](/packages/neos-form-builder)[neos/media

The Media package

101.2M49](/packages/neos-media)[neos/demo

Site package for the Neos Demo Site

18184.0k8](/packages/neos-demo)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2541.8k](/packages/kaufmanndigital-gdpr-cookieconsent)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1444.0k](/packages/shel-neos-terminal)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
