Skip to content

Add feature flag support for dataset commands#80

Merged
privateip merged 1 commit intoitential:develfrom
privateip:feature-flag-datasets
Mar 18, 2025
Merged

Add feature flag support for dataset commands#80
privateip merged 1 commit intoitential:develfrom
privateip:feature-flag-datasets

Conversation

@privateip
Copy link
Member

One of the new features being considered for the application is support for datasets. Datasets provide bulk import and export of types of assets. This feature is under heavy consideration but is not ready for production use; therefore, it is being feature flagged.

By default, dataset commands are disabled. To enable dataset commands add the following to your configuration:

[features]
datasets_enabled = [true, false*]

The default value for datasets_enabled is false which means the command will not show up when running the application. When set to true the commands will show up.

Please use with caution as there are no guarantees this will be available in future releases.

One of the new features being considered for the application is support
for datasets.  Datasets provide bulk import and export of types of
assets.  This feature is under heavy consideration but is not ready for
production use; therefore, it is being feature flagged.

By default, dataset commands are disabled.  To enable dataset commands
add the following to your configuration:

```
[features]
datasets_enabled = [true, false*]
```

The default value for `datasets_enabled` is `false` which means the
command will not show up when running the application.  When set to
`true` the commands will show up.

Please use with caution as there are no guarantees this will be
available in future releases.
@privateip privateip merged commit f1eaa59 into itential:devel Mar 18, 2025
1 check passed
@privateip privateip deleted the feature-flag-datasets branch March 18, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant