# Functions
AnyModified returns true if any Permanent or Temporary feature flag value is different to its default.
StateInfo builds a string message describing the current and default values of all feature flags, noting especially if any flag has been changed off its default value.
# Constants
BuildSimpleClassicURL returns the feature flag to controlling whether we attempt to create the Classic URL of a platform environment via string replacement before using the metadata API.
DangerousCommands returns the feature flag that tells whether dangerous commands for the CLI are enabled or not.
DeleteDocuments toggles whether documents are deleted Introduced: 2024-04-16; v2.14.2.
Documents toggles whether documents are downloaded and / or deployed.
DownloadFilter returns the feature flag controlling whether download filters out configurations that we believe can't be managed by config-as-code.
DownloadFilterClassicConfigs returns the feature flag controlling whether download filters are applied to Classic Config API download.
DownloadFilterSettings returns the feature flag controlling whether general filters are applied to Settings download.
DownloadFilterSettingsUnmodifiable returns the feature flag controlling whether Settings marked as unmodifiable by their dtclient.SettingsModificationInfo are filtered out on download.
ExtractScopeAsParameter returns the feature flag to controlling whether the scope field of setting 2.0 objects shall be extracted as monaco parameter.
featureflags.Permanent[featureflags.FastDependencyResolver] returns the feature flag controlling whether the fast (but memory intensive) Aho-Corasick algorithm based dependency resolver is used when downloading.
IgnoreSkippedConfigs toggles whether configurations that are marked to be skipped should also be excluded from the dependency graph created by Monaco.
LogToFile returns the feature flag to control whether log files shall be created or not.
ManagementZoneSettingsNumericIDs returns the feature flag that tells whether configs of settings type builtin:management-zones are addressed directly via their object ID or their resolved numeric ID when they are referenced.
OpenPipeline toggles whether openpipeline configurations are downloaded and / or deployed.
PersistSettingsOrder toggles whether insertAfter config parameter is persisted for ordered settings.
SkipReadOnlyAccountGroupUpdates toggles whether updates to read-only account groups are skipped or not.
SkipVersionCheck returns the feature flag to control disabling the version check that happens at the end of each monaco run.
UpdateNonUniqueByNameIfSingleOneExists toggles whether we attempt update api.API configurations with NonUniqueName, by name if only a single one is found on the environment.
VerifyEnvironmentType returns the feature flag that tells whether the environment check at the beginning of execution is enabled or not.
# Structs
FeatureFlag represents a command line switch to turn certain features ON or OFF.
# Type aliases
No description provided by the author
No description provided by the author