Add Feature Flag
Add a new feature flag.
variability add-flag test.feature.flag false "Test feature flag for recipes" system.new_record "Test" exit
export ORES_SHELL_LOGIN_PASSWORD ./ores.shell ${log_args} ${connect_args} ${login_args} << 'EOF' <<add-feature-flag>> EOF
✓ Connected to :51004 ✓ Logged in as: newuser3 Tenant: System (00000000-0000-0000-0000-000000000000) ORE Studio Shell REPL v0.0.11 Type 'help' for available commands, 'exit' to quit. ores-shell> ✓ Feature flag added successfully! ores-shell> Bye!