Update Osintgram Commands to the Latest Release
Osintgram adds new CLI commands regularly. Refresh the repo to stay current.
Upgrade
git pull origin main
pip install -r requirements.txtVerify the version:
python3 main.py --versionRegenerate COMMANDS.md
python scripts/generate_commands_md.py > doc/COMMANDS.mdDiagram
flowchart LR
A[git pull] --> B[pip install]
B --> C[generate commands]
C --> D[Commit updated docs]
Commit the refreshed documentation and share the changelog with your team.