2022.6 #88
@ -57,21 +57,21 @@
|
|||||||
"upload-dev-query": "echo 'DEV Upload cpl_query'; cpl upl-dev-query;",
|
"upload-dev-query": "echo 'DEV Upload cpl_query'; cpl upl-dev-query;",
|
||||||
"upl-dev-query": "twine upload -r pip-dev.sh-edraft.de dist/cpl-query/publish/setup/*",
|
"upl-dev-query": "twine upload -r pip-dev.sh-edraft.de dist/cpl-query/publish/setup/*",
|
||||||
|
|
||||||
"pre-deploy-prod": "cpl sv $ARGS",
|
"pre-deploy-prod": "cpl sv $ARGS; cpl spu --environment=production;",
|
||||||
"deploy-prod": "cpl deploy-prod-cli; cpl deploy-prod-core; cpl deploy-prod-query;",
|
"deploy-prod": "cpl deploy-prod-cli; cpl deploy-prod-core; cpl deploy-prod-query;",
|
||||||
"dp": "cpl deploy-prod $ARGS",
|
"dp": "cpl deploy-prod $ARGS",
|
||||||
"deploy-prod-cli": "cpl publish-cli; cpl upload-prod-cli",
|
"deploy-prod-cli": "cpl publish-cli; cpl upload-prod-cli",
|
||||||
"deploy-prod-core": "cpl publish-core; cpl upload-prod-core",
|
"deploy-prod-core": "cpl publish-core; cpl upload-prod-core",
|
||||||
"deploy-prod-query": "cpl publish-query; cpl upload-prod-query",
|
"deploy-prod-query": "cpl publish-query; cpl upload-prod-query",
|
||||||
|
|
||||||
"pre-deploy-exp": "cpl sv $ARGS",
|
"pre-deploy-exp": "cpl sv $ARGS; cpl spu --environment=staging;",
|
||||||
"deploy-exp": "cpl deploy-exp-cli; cpl deploy-exp-core; cpl deploy-exp-query;",
|
"deploy-exp": "cpl deploy-exp-cli; cpl deploy-exp-core; cpl deploy-exp-query;",
|
||||||
"de": "cpl deploy-exp $ARGS",
|
"de": "cpl deploy-exp $ARGS",
|
||||||
"deploy-exp-cli": "cpl publish-cli; cpl upload-exp-cli",
|
"deploy-exp-cli": "cpl publish-cli; cpl upload-exp-cli",
|
||||||
"deploy-exp-core": "cpl publish-core; cpl upload-exp-core",
|
"deploy-exp-core": "cpl publish-core; cpl upload-exp-core",
|
||||||
"deploy-exp-query": "cpl publish-query; cpl upload-exp-query",
|
"deploy-exp-query": "cpl publish-query; cpl upload-exp-query",
|
||||||
|
|
||||||
"pre-deploy-dev": "cpl sv $ARGS",
|
"pre-deploy-dev": "cpl sv $ARGS; cpl spu --environment=development;",
|
||||||
"deploy-dev": "cpl deploy-dev-cli; cpl deploy-dev-core; cpl deploy-dev-query;",
|
"deploy-dev": "cpl deploy-dev-cli; cpl deploy-dev-core; cpl deploy-dev-query;",
|
||||||
"dd": "cpl deploy-dev $ARGS",
|
"dd": "cpl deploy-dev $ARGS",
|
||||||
"deploy-dev-cli": "cpl publish-cli; cpl upload-dev-cli",
|
"deploy-dev-cli": "cpl publish-cli; cpl upload-dev-cli",
|
||||||
|
@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query
|
|||||||
|
|
||||||
sh-edraft Common Python library Python integrated Queries
|
sh-edraft Common Python library Python integrated Queries
|
||||||
|
|
||||||
:copyright: (c) 2020 - 2022 sh-edraft.de
|
:copyright: (c) 2021 - 2022 sh-edraft.de
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries
|
|||||||
__title__ = 'cpl_query'
|
__title__ = 'cpl_query'
|
||||||
__author__ = 'Sven Heidemann'
|
__author__ = 'Sven Heidemann'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
|
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
||||||
__version__ = '2022.6.16.dev2'
|
__version__ = '2022.6.16.dev2'
|
||||||
|
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query
|
|||||||
|
|
||||||
sh-edraft Common Python library Python integrated Queries
|
sh-edraft Common Python library Python integrated Queries
|
||||||
|
|
||||||
:copyright: (c) 2020 - 2022 sh-edraft.de
|
:copyright: (c) 2021 - 2022 sh-edraft.de
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries
|
|||||||
__title__ = 'cpl_query._query'
|
__title__ = 'cpl_query._query'
|
||||||
__author__ = 'Sven Heidemann'
|
__author__ = 'Sven Heidemann'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
|
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
||||||
__version__ = '2022.6.16.dev2'
|
__version__ = '2022.6.16.dev2'
|
||||||
|
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"Description": "sh-edraft Common Python library Query",
|
"Description": "sh-edraft Common Python library Query",
|
||||||
"LongDescription": "sh-edraft Common Python library Python integrated Queries",
|
"LongDescription": "sh-edraft Common Python library Python integrated Queries",
|
||||||
"URL": "https://www.sh-edraft.de",
|
"URL": "https://www.sh-edraft.de",
|
||||||
"CopyrightDate": "2020 - 2022",
|
"CopyrightDate": "2021 - 2022",
|
||||||
"CopyrightName": "sh-edraft.de",
|
"CopyrightName": "sh-edraft.de",
|
||||||
"LicenseName": "MIT",
|
"LicenseName": "MIT",
|
||||||
"LicenseDescription": "MIT, see LICENSE for more details.",
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||||
|
@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query
|
|||||||
|
|
||||||
sh-edraft Common Python library Python integrated Queries
|
sh-edraft Common Python library Python integrated Queries
|
||||||
|
|
||||||
:copyright: (c) 2020 - 2022 sh-edraft.de
|
:copyright: (c) 2021 - 2022 sh-edraft.de
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries
|
|||||||
__title__ = 'cpl_query.extension'
|
__title__ = 'cpl_query.extension'
|
||||||
__author__ = 'Sven Heidemann'
|
__author__ = 'Sven Heidemann'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
|
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
||||||
__version__ = '2022.6.16.dev2'
|
__version__ = '2022.6.16.dev2'
|
||||||
|
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
@ -6,7 +6,7 @@ set-pip-urls CPL internal tool to set pip URL for CLI by environment
|
|||||||
|
|
||||||
CPL internal tool to set pip URL for CLI by environment
|
CPL internal tool to set pip URL for CLI by environment
|
||||||
|
|
||||||
:copyright: (c) 2020 - 2022 sh-edraft.de
|
:copyright: (c) 2022 sh-edraft.de
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -14,7 +14,7 @@ CPL internal tool to set pip URL for CLI by environment
|
|||||||
__title__ = 'set_pip_urls'
|
__title__ = 'set_pip_urls'
|
||||||
__author__ = 'Sven Heidemann'
|
__author__ = 'Sven Heidemann'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
|
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'
|
||||||
__version__ = '2022.6.0'
|
__version__ = '2022.6.0'
|
||||||
|
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"Description": "CPL internal tool to set pip URL for CLI by environment",
|
"Description": "CPL internal tool to set pip URL for CLI by environment",
|
||||||
"LongDescription": "CPL internal tool to set pip URL for CLI by environment",
|
"LongDescription": "CPL internal tool to set pip URL for CLI by environment",
|
||||||
"URL": "https://www.sh-edraft.de",
|
"URL": "https://www.sh-edraft.de",
|
||||||
"CopyrightDate": "2020 - 2022",
|
"CopyrightDate": "2022",
|
||||||
"CopyrightName": "sh-edraft.de",
|
"CopyrightName": "sh-edraft.de",
|
||||||
"LicenseName": "MIT",
|
"LicenseName": "MIT",
|
||||||
"LicenseDescription": "MIT, see LICENSE for more details.",
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||||
|
@ -6,7 +6,7 @@ set-version CPL internal tool to set version from branch name
|
|||||||
|
|
||||||
CPL internal tool to set version from branch name
|
CPL internal tool to set version from branch name
|
||||||
|
|
||||||
:copyright: (c) 2020 - 2022 sh-edraft.de
|
:copyright: (c) 2022 sh-edraft.de
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@ -14,7 +14,7 @@ CPL internal tool to set version from branch name
|
|||||||
__title__ = 'set_version'
|
__title__ = 'set_version'
|
||||||
__author__ = 'Sven Heidemann'
|
__author__ = 'Sven Heidemann'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
|
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'
|
||||||
__version__ = '2022.6.0'
|
__version__ = '2022.6.0'
|
||||||
|
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"Description": "CPL internal tool to set version from branch name",
|
"Description": "CPL internal tool to set version from branch name",
|
||||||
"LongDescription": "CPL internal tool to set version from branch name",
|
"LongDescription": "CPL internal tool to set version from branch name",
|
||||||
"URL": "https://www.sh-edraft.de",
|
"URL": "https://www.sh-edraft.de",
|
||||||
"CopyrightDate": "2020 - 2022",
|
"CopyrightDate": "2022",
|
||||||
"CopyrightName": "sh-edraft.de",
|
"CopyrightName": "sh-edraft.de",
|
||||||
"LicenseName": "MIT",
|
"LicenseName": "MIT",
|
||||||
"LicenseDescription": "MIT, see LICENSE for more details.",
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||||
|
Loading…
Reference in New Issue
Block a user