Skip to content

Commit

Permalink
mark 'export' CLI command as deprecated (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsachs authored May 10, 2023
1 parent 8dd6881 commit 56e4b71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ The types of changes are:

- Use prettier to format *all* source files in client packages [#3240](https://github.com/ethyca/fides/pull/3240)

### Deprecated
- Deprecate `fides export` CLI command as it is moving to `fidesplus` [#3264](https://github.com/ethyca/fides/pull/3264)

## [2.12.1](https://github.com/ethyca/fides/compare/2.12.0...2.12.1)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/fides/cli/commands/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from fides.core import parse as _parse


@click.group(name="export")
@click.group(name="export", deprecated=True)
@click.pass_context
def export(ctx: click.Context) -> None:
"""
Expand Down

0 comments on commit 56e4b71

Please sign in to comment.