vortex-cli 4.20.0__tar.gz → 4.20.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.
Files changed (44) hide show
  1. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/PKG-INFO +1 -1
  2. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/pyproject.toml +1 -1
  3. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/use.py +3 -0
  4. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex_cli.egg-info/PKG-INFO +1 -1
  5. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/LICENSE +0 -0
  6. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/README.md +0 -0
  7. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/setup.cfg +0 -0
  8. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/__init__.py +0 -0
  9. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/__main__.py +0 -0
  10. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/cli.py +0 -0
  11. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/colour.py +0 -0
  12. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/__init__.py +0 -0
  13. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/clean.py +0 -0
  14. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/clone.py +0 -0
  15. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/code.py +0 -0
  16. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/config.py +0 -0
  17. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/copy.py +0 -0
  18. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/db.py +0 -0
  19. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/delete.py +0 -0
  20. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/docs.py +0 -0
  21. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/execute.py +0 -0
  22. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/export.py +0 -0
  23. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/find.py +0 -0
  24. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/grep.py +0 -0
  25. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/import_.py +0 -0
  26. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/list.py +0 -0
  27. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/log.py +0 -0
  28. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/new.py +0 -0
  29. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/commands/watch.py +0 -0
  30. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/constants.py +0 -0
  31. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/docs/Blackbook.pdf +0 -0
  32. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/lib/puakma-6.0.40.jar +0 -0
  33. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/logging.py +0 -0
  34. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/main.py +0 -0
  35. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/models.py +0 -0
  36. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/soap.py +0 -0
  37. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/spinner.py +0 -0
  38. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/util.py +0 -0
  39. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex/workspace.py +0 -0
  40. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex_cli.egg-info/SOURCES.txt +0 -0
  41. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex_cli.egg-info/dependency_links.txt +0 -0
  42. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex_cli.egg-info/entry_points.txt +0 -0
  43. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex_cli.egg-info/requires.txt +0 -0
  44. {vortex_cli-4.20.0 → vortex_cli-4.20.1}/vortex_cli.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vortex_cli
3
- Version: 4.20.0
3
+ Version: 4.20.1
4
4
  Summary: Vortex CLI
5
5
  Author-email: Jordan Amos <jordan.amos@gmail.com>
6
6
  License: MIT License
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "vortex_cli"
8
- version = "4.20.0"
8
+ version = "4.20.1"
9
9
  description = "Vortex CLI"
10
10
  requires-python = ">=3.10"
11
11
  readme = { file = "README.md", content-type = "text/markdown" }
@@ -24,5 +24,8 @@ def use(workspace: Workspace, server_name: str) -> int:
24
24
  with open(workspace.server_config_file, "w") as f:
25
25
  config.write(f)
26
26
 
27
+ server = workspace.read_server_from_config(server_name)
28
+ workspace.update_vscode_settings(server=server)
29
+
27
30
  logger.info(f"Default server set to '{server_name}'")
28
31
  return 0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vortex_cli
3
- Version: 4.20.0
3
+ Version: 4.20.1
4
4
  Summary: Vortex CLI
5
5
  Author-email: Jordan Amos <jordan.amos@gmail.com>
6
6
  License: MIT License
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes