Pegasus-cli

Latest version: v0.6

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.6

This release hopefully fixes a bug in 0.5 where templates were accidentally not included when installing the cli from pypi.

What's Changed
* fixing PyPI badge & link, and title by abromberg in https://github.com/saaspegasus/pegasus-cli/pull/18
* Updating lagging references to match renamed module by abromberg in https://github.com/saaspegasus/pegasus-cli/pull/19

New Contributors
* abromberg made their first contribution in https://github.com/saaspegasus/pegasus-cli/pull/18

**Full Changelog**: https://github.com/saaspegasus/pegasus-cli/compare/v0.5...v0.6

0.5

What's Changed

Fixes an import conflict with `pegasus` folders on certain OS/Python set ups (https://github.com/saaspegasus/pegasus-cli/issues/14)

* Rename module by czue in https://github.com/saaspegasus/pegasus-cli/pull/17


**Full Changelog**: https://github.com/saaspegasus/pegasus-cli/compare/v0.4...v0.5

0.4

The main public-facing changes in this release are converting the delete views to use `POST` instead of `GET`, and adding a modal to confirm deletion on Tailwind and Bulma builds.

What's Changed
* Direct to team url patterns if using teams + tweak doc strings by czue in https://github.com/saaspegasus/pegasus-cli/pull/12
* convert rendering to use cookiecutter by snopoke in https://github.com/saaspegasus/pegasus-cli/pull/13
* improve object deletion ux by czue in https://github.com/saaspegasus/pegasus-cli/pull/15
* tiny cleanup by czue in https://github.com/saaspegasus/pegasus-cli/pull/16


**Full Changelog**: https://github.com/saaspegasus/pegasus-cli/compare/v0.3...v0.4

0.3

What's Changed

* You can now generate apps that work seamlessly with Pegasus teams by czue in https://github.com/saaspegasus/pegasus-cli/pull/10
* The app will generate an admin config for each model by czue in https://github.com/saaspegasus/pegasus-cli/pull/11
* User foreign key now uses `settings.AUTH_USER_MODEL` instead of hardcoding it to `apps.users.models.CustomUser`.

To enable team apps by default add the following two lines to your CLI settings in `pegasus-config.yaml`:

yaml
cli:
base_model: apps.teams.models.BaseTeamModel
use_teams: true
... other config here


*Note that this release drops Python 3.9 support.*

**Full Changelog**: https://github.com/saaspegasus/pegasus-cli/compare/v0.2.1...v0.3

0.2.1

What's Changed
* Fix issues with filenames on Windows by czue in https://github.com/saaspegasus/pegasus-cli/pull/9


**Full Changelog**: https://github.com/saaspegasus/pegasus-cli/compare/v0.2...v0.2.1

0.2

What's Changed

- Allow re-running into existing directories.
- Better README.


**Full Changelog**: https://github.com/saaspegasus/pegasus-cli/compare/v0.1.2...v0.2

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.