File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
templates/sag-cc-repos-asset Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ <!-- Copyright 2013 - 2018 Software AG, Darmstadt, Germany and/or its licensors
2+
3+ SPDX-License-Identifier: Apache-2.0
4+
5+ Licensed under the Apache License, Version 2.0 (the "License");
6+ you may not use this file except in compliance with the License.
7+ You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing, software
12+ distributed under the License is distributed on an "AS IS" BASIS,
13+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ See the License for the specific language governing permissions and
15+
16+ limitations under the License.
17+
18+ -->
19+ # Command Central Asset Repository
20+
21+ Use this template to create a sample asset repository in Command Central.
22+
23+ ## Requirements
24+
25+ ### Supported Software AG releases
26+
27+ * Command Central 10.1 and higher
28+
29+ ### Supported platforms
30+
31+ All supported Windows and UNIX platforms.
32+
33+ ## Running as a standalone composite template
34+
35+ To create a sample asset repository in Command Central:
36+
37+ ``` bash
38+ sagcc exec templates composite apply sag-cc-repos-asset --sync-job --wait 360
39+ ```
40+
41+ > IMPORTANT: If you use Command Central 10.1 you have to monitor the job completion with a separate command, instead of the ` --sync-job ` option:
42+
43+ ``` bash
44+ sagcc list jobmanager jobs < jobIdFromAboveCommand> --wait 360 -e DONE
45+ ```
You can’t perform that action at this time.
0 commit comments