xenfra 0.3.9__tar.gz → 0.4.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: xenfra
3
- Version: 0.3.9
3
+ Version: 0.4.0
4
4
  Summary: A 'Zen Mode' infrastructure engine for Python developers.
5
5
  Author: xenfra-cloud
6
6
  Author-email: xenfra-cloud <xenfracloud@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "xenfra"
3
- version = "0.3.9"
3
+ version = "0.4.0"
4
4
  description = "A 'Zen Mode' infrastructure engine for Python developers."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -356,6 +356,7 @@ def deploy(project_name, git_repo, branch, framework, region, size, no_heal):
356
356
  # Resolve values with precedence: 1. CLI Flag, 2. xenfra.yaml, 3. Default
357
357
  project_name = project_name or config.get("name") or os.path.basename(os.getcwd())
358
358
  framework = framework or config.get("framework")
359
+ is_dockerized = config.get("is_dockerized", True)
359
360
  region = region or config.get("region") or "nyc3"
360
361
 
361
362
  # Resolve size slug (complex mapping)
File without changes
File without changes
File without changes
File without changes