Feature Flag History
Get version history for a feature flag.
variability flag-history system.bootstrap_mode exit
export ORES_SHELL_LOGIN_PASSWORD ./ores.shell ${log_args} ${connect_args} ${login_args} << 'EOF' <<feature-flag-history>> 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> +-----------------------+---------+----------------------------------------------------------------------------------------+---------+-------------------+-------------+-------------------------------+ | Name | Version | Description | Enabled | Change Reason | Recorded By | Recorded At | +-----------------------+---------+----------------------------------------------------------------------------------------+---------+-------------------+-------------+-------------------------------+ | system.bootstrap_mode | 1 | Indicates whether the system is in bootstrap mode (waiting for initial admin account). | 0 | system.new_record | system | 2026-02-05 11:31:42.000000000 | +-----------------------+---------+----------------------------------------------------------------------------------------+---------+-------------------+-------------+-------------------------------+ ores-shell> Bye!