-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathdevops_version.v00.60.12.100.version
109 lines (101 loc) · 3.36 KB
/
devops_version.v00.60.12.100.version
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
#!/bin/bash
#
# (C) 2016-2023 Eric James Beasley, @mybasementcloud, https://github.com/mybasementcloud/R8x-export-import-api-scripts
#
# ALL SCRIPTS ARE PROVIDED AS IS WITHOUT EXPRESS OR IMPLIED WARRANTY OF FUNCTION OR POTENTIAL FOR
# DAMAGE Or ABUSE. AUTHOR DOES NOT ACCEPT ANY RESPONSIBILITY FOR THE USE OF THESE SCRIPTS OR THE
# RESULTS OF USING THESE SCRIPTS. USING THESE SCRIPTS STIPULATES A CLEAR UNDERSTANDING OF RESPECTIVE
# TECHNOLOGIES AND UNDERLYING PROGRAMMING CONCEPTS AND STRUCTURES AND IMPLIES CORRECT IMPLEMENTATION
# OF RESPECTIVE BASELINE TECHNOLOGIES FOR PLATFORM UTILIZING THE SCRIPTS. THIRD PARTY LIMITATIONS
# APPLY WITHIN THE SPECIFICS THEIR RESPECTIVE UTILIZATION AGREEMENTS AND LICENSES. AUTHOR DOES NOT
# AUTHORIZE RESALE, LEASE, OR CHARGE FOR UTILIZATION OF THESE SCRIPTS BY ANY THIRD PARTY.
#
#
# -#- Start Making Changes Here -#-
#
# SCRIPT Base Template for API CLI Operations with command line parameters
#
#
ScriptVersion=00.60.12
ScriptRevision=100
ScriptSubRevision=750
ScriptDate=2023-03-14
TemplateVersion=00.60.12
APISubscriptsLevel=010
APISubscriptsVersion=00.60.12
APISubscriptsRevision=100
#
{
"file_meta_info" : {
"filetype" : "solution_info.api_scripts",
"fileversion" : "07.00.00",
"filerevision" : "000",
"filesubrevision" : "750",
"filedate" : "2023-03-14",
"fileinformationlevel" : "000",
"MinCMDTemplateVersion" : "07.00.00"
},
"solution_info" : {
"ScriptSeries" : "\"devops.dev - R8X Import Export Script Examples\"",
"ScriptSeriesShort" : "devops.dev"
},
"CMD_script_details" : {
"ScriptType" : {
"Language" : "Windows_CMD",
"Extension" : "CMD"
},
"ScriptDate" : "2023-03-14",
"ScriptVersion" : "07.00.00",
"ScriptRevision" : "000",
"ScriptSubRevision" : "000",
"ScriptTweak" : "000",
"TemplateVersion" : "07.00.00"
},
"script_details" : {
"ScriptType" : {
"Language" : "bash",
"Extension" : "sh"
},
"ScriptDate" : "2023-03-14",
"ScriptVersion" : "00.60.12",
"ScriptRevision" : "100",
"ScriptSubRevision" : "750",
"ScriptTweak" : "000",
"TemplateVersion" : "00.60.12",
"TemplateLevel" : "@NA",
"SubScriptsLevel" : "@NA",
"SubScriptsVersion" : "@NA"
},
"api_script_details" : {
"ScriptType" : {
"Language" : "bash",
"Extension" : "sh"
},
"ScriptDate" : "2023-03-14",
"ScriptVersion" : "00.60.12",
"ScriptRevision" : "100",
"ScriptSubRevision" : "750",
"TemplateVersion" : "00.60.12",
"APISubScriptsLevel" : "010",
"APISubScriptsVersion" : "00.60.12",
"APISubScriptsRevision" : "100"
}
}
#"
#
export APIScriptVersion=v${ScriptVersion}
export APIScriptTemplateVersion=v${TemplateVersion}
export APIScriptVersionX=v${ScriptVersion//./x}
export APIScriptTemplateVersionX=v${TemplateVersion//./x}
export APIActionsScriptVersion=v${ScriptVersion}
export APIActionScriptTemplateVersion=v${TemplateVersion}
export APIExpectedActionScriptsVersion=v${ScriptVersion}
export APIActionsScriptVersionX=v${ScriptVersion//./x}
export APIActionScriptTemplateVersionX=v${TemplateVersion//./x}
export APIExpectedActionScriptsVersionX=v${ScriptVersion//./x}
export APISubscriptsScriptVersion=v${ScriptVersion}
export APISubscriptsScriptTemplateVersion=v${TemplateVersion}
export APIExpectedAPISubscriptsVersion=v${APISubscriptsVersion}
export APISubscriptsScriptVersionX=v${ScriptVersion//./x}
export APISubscriptsScriptTemplateVersionX=v${TemplateVersion//./x}
export APIExpectedAPISubscriptsVersionX=v${APISubscriptsVersion//./x}