Metadata-Version: 2.1
Name: cortexapps-cli
Version: 0.0.1
Summary: Command Line Interface for cortexapps
Author-email: Cortex Apps <cortexapps@cortex.io>
Project-URL: Homepage, https://github.com/cortexapps/cli
Project-URL: Bug Tracker, https://github.com/cortexapps/cli/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests<3,>=2.3.0
Requires-Dist: pyyaml<7,>=6.0.1

# Cortex CLI

# Testing
pytest

# Build
python -m build

# check for vulns
python -m pip install pip-audit
pip-audit .

# Upload
python3 -m twine upload --repository testpypi dist/*

# Install
python3 -m venv /tmp/<DIR>
source <DIR>/bin/activate
python3 -m venv /tmp/c1
source <DIR>/bin/c1
pip install --index-url https://test.pypi.org/simple/ cortexapps-cli
pip install --index-url https://test.pypi.org/simple/ cortexapps-cli=0.0.3

pip install --extra-index-url https://pypi.org/simple --no-cache-dir --index-url https://test.pypi.org/simple/ cortexapps-cli

