-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:
viur install update
command (#103)
* fixed merge conflict related bugs * feature/updateAllForBuilds * PEP8 Fixes * refactored old install.py into packtet.py as a pseudo packet manager for viur tools * Ai generated Documentation * refactoring and documentation * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> --------- Co-authored-by: Jan Max Meyer <[email protected]>
- Loading branch information
1 parent
3f2dba0
commit ecc2a0e
Showing
5 changed files
with
166 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
from .cli import * | ||
from .conf import * | ||
from .deploy import * | ||
from .install import * | ||
from .package import * | ||
from .local import * | ||
from .build import * | ||
from .setup import * | ||
from .version import * | ||
from .scriptor import script | ||
from .tool import * | ||
from .update import * | ||
from .package import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.