Hiding Stages
Stages can be hidden from end users using a property called
hiddenStages in a custom profile for Deck.Stages that are not provider-specific will be available by default. To hide specific stages
from end-users, set the hiddenStages property in Deck’s
settings-local.js
to a list of the keys of stages you wish to hide. For example, to hide the Gremlin and Travis
stages, include the following in settings-local.js:
window.spinnakerSettings.hiddenStages = ['gremlin', 'travis'];
Last modified April 17, 2026: chore(docs): Redo install docs off of halyard (#591) (c7a31a6)