athena-data
Command that manages Athena Data conflicts.
Usage
athena-data [OPTIONS] COMMAND [ARGS]...
| Option | Description |
|---|---|
| -h, –help | Show built-in help documentation. |
| -v, –verbose | Enable verbose output. |
Commands
Fix
Fix athena-data conflicts.
athena-data fix [OPTIONS]
| Option | Description |
|---|---|
| –mine | Resolve by overriding with local changes. |
| –their | Resolve by overriding with server changes. |
Show
Show athena-data differences between local and server data.
athena-data show
Examples
To show athena-data differences:
athena-data show
To fix conflicts overriding with local changes.
athena-data fix --mine
To fix conflicts overriding with server changes.
athena-data fix --their