mantis-cli 22.0.0__tar.gz → 22.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mantis_cli-22.0.0/mantis_cli.egg-info → mantis_cli-22.0.1}/PKG-INFO +4 -22
- mantis_cli-22.0.1/mantis/__init__.py +1 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/extensions/django.py +3 -1
- {mantis_cli-22.0.0 → mantis_cli-22.0.1/mantis_cli.egg-info}/PKG-INFO +5 -23
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis_cli.egg-info/entry_points.txt +1 -0
- mantis_cli-22.0.0/mantis/__init__.py +0 -1
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/LICENSE +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/MANIFEST.in +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/README.md +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/__main__.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/app.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/command_line.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/__init__.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/compose.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/configuration.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/connection.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/containers.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/core.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/django.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/images.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/nginx.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/postgres.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/secrets.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/services.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/commands/volumes.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/config.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/cryptography.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/environment.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/extensions/__init__.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/extensions/nginx.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/extensions/postgres.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/helpers.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/managers.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/mantis.tpl +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis/schema.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis_cli.egg-info/SOURCES.txt +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis_cli.egg-info/dependency_links.txt +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis_cli.egg-info/requires.txt +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/mantis_cli.egg-info/top_level.txt +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/setup.cfg +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/setup.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/tests/__init__.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/tests/test_command_line.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/tests/test_config.py +0 -0
- {mantis_cli-22.0.0 → mantis_cli-22.0.1}/tests/test_managers.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: mantis_cli
|
|
3
|
-
Version: 22.0.
|
|
3
|
+
Version: 22.0.1
|
|
4
4
|
Summary: Management command to build and deploy webapps, especially based on Django
|
|
5
5
|
Home-page: https://github.com/PragmaticMates/mantis-cli
|
|
6
6
|
Author: Erik Telepovský
|
|
@@ -9,6 +9,7 @@ Maintainer: Pragmatic Mates
|
|
|
9
9
|
Maintainer-email: info@pragmaticmates.com
|
|
10
10
|
License: GNU General Public License (GPL)
|
|
11
11
|
Keywords: management deployment docker command
|
|
12
|
+
Platform: UNKNOWN
|
|
12
13
|
Classifier: Programming Language :: Python
|
|
13
14
|
Classifier: Operating System :: OS Independent
|
|
14
15
|
Classifier: Environment :: Web Environment
|
|
@@ -18,26 +19,6 @@ Classifier: License :: OSI Approved :: GNU General Public License (GPL)
|
|
|
18
19
|
Classifier: Development Status :: 5 - Production/Stable
|
|
19
20
|
Description-Content-Type: text/markdown
|
|
20
21
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: cffi
|
|
22
|
-
Requires-Dist: cryptography
|
|
23
|
-
Requires-Dist: pycryptodome
|
|
24
|
-
Requires-Dist: pydantic
|
|
25
|
-
Requires-Dist: PyYAML
|
|
26
|
-
Requires-Dist: rich
|
|
27
|
-
Requires-Dist: typer
|
|
28
|
-
Dynamic: author
|
|
29
|
-
Dynamic: author-email
|
|
30
|
-
Dynamic: classifier
|
|
31
|
-
Dynamic: description
|
|
32
|
-
Dynamic: description-content-type
|
|
33
|
-
Dynamic: home-page
|
|
34
|
-
Dynamic: keywords
|
|
35
|
-
Dynamic: license
|
|
36
|
-
Dynamic: license-file
|
|
37
|
-
Dynamic: maintainer
|
|
38
|
-
Dynamic: maintainer-email
|
|
39
|
-
Dynamic: requires-dist
|
|
40
|
-
Dynamic: summary
|
|
41
22
|
|
|
42
23
|
# mantis-cli
|
|
43
24
|
|
|
@@ -481,3 +462,4 @@ Works as follows:
|
|
|
481
462
|
## Release notes
|
|
482
463
|
|
|
483
464
|
Mantis uses semantic versioning. See more in [changelog](https://github.com/PragmaticMates/mantis-cli/blob/master/CHANGES.md).
|
|
465
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
VERSION = '22.0.1'
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import sys
|
|
1
2
|
import time
|
|
2
3
|
from typing import Optional
|
|
3
4
|
|
|
@@ -67,7 +68,8 @@ class Django():
|
|
|
67
68
|
CLI.info('Django manage...')
|
|
68
69
|
args_str = ' '.join(args) if args else ''
|
|
69
70
|
full_cmd = f'{cmd} {args_str}'.strip()
|
|
70
|
-
|
|
71
|
+
tty_flag = 't' if sys.stdin.isatty() else ''
|
|
72
|
+
self.docker(f'exec -i{tty_flag} {container} python manage.py {full_cmd}')
|
|
71
73
|
|
|
72
74
|
def send_test_email(self):
|
|
73
75
|
"""Sends test email to admins"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
2
|
-
Name:
|
|
3
|
-
Version: 22.0.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: mantis-cli
|
|
3
|
+
Version: 22.0.1
|
|
4
4
|
Summary: Management command to build and deploy webapps, especially based on Django
|
|
5
5
|
Home-page: https://github.com/PragmaticMates/mantis-cli
|
|
6
6
|
Author: Erik Telepovský
|
|
@@ -9,6 +9,7 @@ Maintainer: Pragmatic Mates
|
|
|
9
9
|
Maintainer-email: info@pragmaticmates.com
|
|
10
10
|
License: GNU General Public License (GPL)
|
|
11
11
|
Keywords: management deployment docker command
|
|
12
|
+
Platform: UNKNOWN
|
|
12
13
|
Classifier: Programming Language :: Python
|
|
13
14
|
Classifier: Operating System :: OS Independent
|
|
14
15
|
Classifier: Environment :: Web Environment
|
|
@@ -18,26 +19,6 @@ Classifier: License :: OSI Approved :: GNU General Public License (GPL)
|
|
|
18
19
|
Classifier: Development Status :: 5 - Production/Stable
|
|
19
20
|
Description-Content-Type: text/markdown
|
|
20
21
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: cffi
|
|
22
|
-
Requires-Dist: cryptography
|
|
23
|
-
Requires-Dist: pycryptodome
|
|
24
|
-
Requires-Dist: pydantic
|
|
25
|
-
Requires-Dist: PyYAML
|
|
26
|
-
Requires-Dist: rich
|
|
27
|
-
Requires-Dist: typer
|
|
28
|
-
Dynamic: author
|
|
29
|
-
Dynamic: author-email
|
|
30
|
-
Dynamic: classifier
|
|
31
|
-
Dynamic: description
|
|
32
|
-
Dynamic: description-content-type
|
|
33
|
-
Dynamic: home-page
|
|
34
|
-
Dynamic: keywords
|
|
35
|
-
Dynamic: license
|
|
36
|
-
Dynamic: license-file
|
|
37
|
-
Dynamic: maintainer
|
|
38
|
-
Dynamic: maintainer-email
|
|
39
|
-
Dynamic: requires-dist
|
|
40
|
-
Dynamic: summary
|
|
41
22
|
|
|
42
23
|
# mantis-cli
|
|
43
24
|
|
|
@@ -481,3 +462,4 @@ Works as follows:
|
|
|
481
462
|
## Release notes
|
|
482
463
|
|
|
483
464
|
Mantis uses semantic versioning. See more in [changelog](https://github.com/PragmaticMates/mantis-cli/blob/master/CHANGES.md).
|
|
465
|
+
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
VERSION = '22.0.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|