@ -40,6 +40,32 @@ for publishing art and stock images to make them available and discoverable to b
@@ -40,6 +40,32 @@ for publishing art and stock images to make them available and discoverable to b
A content management system for creating and updating journals and managing subscriptions.
### Silk Search and Index DVM
### Silk Search and Index
An integrated service that provides on-demand indexing and search.
@ -11,6 +11,7 @@ use Symfony\Component\Console\Command\Command;
@@ -11,6 +11,7 @@ use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
use Symfony\Component\Finder\Finder;
use Symfony\Component\Yaml\Yaml;
use Symfony\Contracts\Cache\CacheInterface;
@ -18,10 +19,11 @@ use Symfony\Contracts\Cache\CacheInterface;
@@ -18,10 +19,11 @@ use Symfony\Contracts\Cache\CacheInterface;
#[AsCommand(name: 'app:yaml_to_nostr', description: 'Traverses folders, converts YAML files to JSON using object mapping, and saves the result in Redis cache.')]
class NostrEventFromYamlDefinitionCommand extends Command