Compare commits
No commits in common. "04b85c02503ee8cf8f79cb2dc7a81e8907515c2c9628d5824dbd31fe15ec015f" and "f0651db734a27da695478a0d4ed0a70e12725ce7ec74ac9b2a501323750e81d7" have entirely different histories.
04b85c0250
...
f0651db734
1824 changed files with 0 additions and 11983 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,21 +0,0 @@
|
||||||
## 1.0.0 (2026-06-21)
|
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- multi layers
|
|
||||||
- add tests
|
|
||||||
- first version
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- rougail dependencies
|
|
||||||
- black
|
|
||||||
- update tests
|
|
||||||
- dependencies
|
|
||||||
- dependencies
|
|
||||||
- add allow_unknown option
|
|
||||||
- update tests
|
|
||||||
- update tests
|
|
||||||
- ExtentionError => ExtensionError
|
|
||||||
- update tests
|
|
||||||
- remove print
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
# SOME DESCRIPTIVE TITLE.
|
|
||||||
# Copyright (C) YEAR ORGANIZATION
|
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
||||||
#
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: \n"
|
|
||||||
"POT-Creation-Date: 2026-06-12 19:57+0200\n"
|
|
||||||
"PO-Revision-Date: 2026-06-12 19:58+0200\n"
|
|
||||||
"Last-Translator: \n"
|
|
||||||
"Language-Team: \n"
|
|
||||||
"Language: fr\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Generated-By: pygettext.py 1.5\n"
|
|
||||||
"X-Generator: Poedit 3.9\n"
|
|
||||||
|
|
||||||
#: src/rougail/user_data_commandline/__init__.py:52
|
|
||||||
msgid "\"commandline\" is not set in step.user_data"
|
|
||||||
msgstr "\"commandline\" n'est pas défini dans step.user_data"
|
|
||||||
|
|
||||||
#: src/rougail/user_data_commandline/__init__.py:82
|
|
||||||
msgid "the command line"
|
|
||||||
msgstr "la ligne de commande"
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
# SOME DESCRIPTIVE TITLE.
|
|
||||||
# Copyright (C) YEAR ORGANIZATION
|
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
||||||
#
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
|
||||||
"POT-Creation-Date: 2026-06-12 22:02+0200\n"
|
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
"Generated-By: pygettext.py 1.5\n"
|
|
||||||
|
|
||||||
|
|
||||||
#: src/rougail/user_data_commandline/__init__.py:52
|
|
||||||
msgid "\"commandline\" is not set in step.user_data"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/rougail/user_data_commandline/__init__.py:82
|
|
||||||
msgid "the command line"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
|
|
@ -1,44 +0,0 @@
|
||||||
[build-system]
|
|
||||||
build-backend = "flit_core.buildapi"
|
|
||||||
requires = ["flit_core >=3.8.0,<4"]
|
|
||||||
|
|
||||||
[project]
|
|
||||||
name = "rougail.user_data_commandline"
|
|
||||||
version = "1.0.0"
|
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
|
||||||
readme = "README.md"
|
|
||||||
description = "Rougail user_data Bitwarden"
|
|
||||||
requires-python = ">=3.8"
|
|
||||||
license = {file = "LICENSE"}
|
|
||||||
classifiers = [
|
|
||||||
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
|
|
||||||
"Programming Language :: Python",
|
|
||||||
"Programming Language :: Python :: 3.11",
|
|
||||||
"Programming Language :: Python :: 3.12",
|
|
||||||
"Programming Language :: Python :: 3.13",
|
|
||||||
"Programming Language :: Python :: 3.14",
|
|
||||||
"Programming Language :: Python :: 3",
|
|
||||||
"Operating System :: OS Independent",
|
|
||||||
"Natural Language :: English",
|
|
||||||
"Natural Language :: French",
|
|
||||||
|
|
||||||
]
|
|
||||||
dependencies = [
|
|
||||||
"rougail >= 1.2.0,<2",
|
|
||||||
"tiramisu_cmdline_parser >= 1.0.0,<2",
|
|
||||||
]
|
|
||||||
|
|
||||||
[project.urls]
|
|
||||||
Home = "https://forge.cloud.silique.fr/stove/rougail-user-data-commandline"
|
|
||||||
|
|
||||||
[tool.commitizen]
|
|
||||||
name = "cz_conventional_commits"
|
|
||||||
tag_format = "$version"
|
|
||||||
version_scheme = "pep440"
|
|
||||||
version_provider = "pep621"
|
|
||||||
version_files = [
|
|
||||||
"src/rougail/user_data_commandline/__version__.py",
|
|
||||||
"pyproject.toml:version"
|
|
||||||
]
|
|
||||||
update_changelog_on_bump = true
|
|
||||||
changelog_merge_prerelease = true
|
|
||||||
|
|
@ -1,93 +0,0 @@
|
||||||
"""
|
|
||||||
Silique (https://www.silique.fr)
|
|
||||||
Copyright (C) 2025-2026
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it
|
|
||||||
under the terms of the GNU Lesser General Public License as published by the
|
|
||||||
Free Software Foundation, either version 3 of the License, or (at your
|
|
||||||
option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
|
|
||||||
details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from argparse import ArgumentError
|
|
||||||
from tiramisu_cmdline_parser import TiramisuCmdlineParser
|
|
||||||
from rougail.error import ExtensionError
|
|
||||||
|
|
||||||
from .i18n import _
|
|
||||||
from .__version__ import __version__
|
|
||||||
|
|
||||||
|
|
||||||
class RougailUserDataCommandline:
|
|
||||||
"""Load parameter for commande line"""
|
|
||||||
|
|
||||||
def __init__(
|
|
||||||
self,
|
|
||||||
config: "Config",
|
|
||||||
*,
|
|
||||||
rougailconfig: "RougailConfig" = None,
|
|
||||||
arguments=None,
|
|
||||||
prog=None,
|
|
||||||
allow_unknown: bool = False,
|
|
||||||
**kwargs,
|
|
||||||
):
|
|
||||||
# this is the tiramisu config object
|
|
||||||
self.config = config.config.copy().unrestraint
|
|
||||||
if rougailconfig is None:
|
|
||||||
from rougail.config import RougailConfig
|
|
||||||
|
|
||||||
rougailconfig = RougailConfig
|
|
||||||
user_data = rougailconfig["step.user_data"]
|
|
||||||
if "commandline" not in user_data:
|
|
||||||
user_data.append("commandline")
|
|
||||||
rougailconfig["step.user_data"] = user_data
|
|
||||||
user_data = rougailconfig["step.user_data"]
|
|
||||||
if "commandline" not in user_data:
|
|
||||||
raise ExtensionError(_('"commandline" is not set in step.user_data'))
|
|
||||||
self.rougailconfig = rougailconfig
|
|
||||||
self.arguments = arguments
|
|
||||||
self.errors = []
|
|
||||||
self.warnings = []
|
|
||||||
self.allow_unknown = allow_unknown
|
|
||||||
self.parser = TiramisuCmdlineParser(
|
|
||||||
self.config, prog=prog, exit_on_error=False, **kwargs
|
|
||||||
)
|
|
||||||
|
|
||||||
def run(self):
|
|
||||||
try:
|
|
||||||
if self.allow_unknown:
|
|
||||||
self.parser.parse_known_args(self.arguments, valid_mandatory=False)
|
|
||||||
else:
|
|
||||||
self.parser.parse_args(self.arguments, valid_mandatory=False)
|
|
||||||
except ArgumentError as err:
|
|
||||||
self.errors.append(str(err))
|
|
||||||
values = {}
|
|
||||||
for key in self.config.value.exportation():
|
|
||||||
option = self.config.option(key)
|
|
||||||
if not option.isfollower():
|
|
||||||
values[key] = self.config.option(key).value.get()
|
|
||||||
else:
|
|
||||||
values[key] = [
|
|
||||||
self.config.option(key, index).value.get()
|
|
||||||
for index in range(option.value.len())
|
|
||||||
]
|
|
||||||
return [
|
|
||||||
{
|
|
||||||
"source": _("the command line"),
|
|
||||||
"errors": self.errors,
|
|
||||||
"warnings": self.warnings,
|
|
||||||
"values": values,
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
RougailUserData = RougailUserDataCommandline
|
|
||||||
|
|
||||||
|
|
||||||
__all__ = ("RougailUserDataCommandline",)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
__version__ = "1.0.0"
|
|
||||||
|
|
@ -1,33 +0,0 @@
|
||||||
"""
|
|
||||||
Silique (https://www.silique.fr)
|
|
||||||
Copyright (C) 2025-2026
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it
|
|
||||||
under the terms of the GNU Lesser General Public License as published by the
|
|
||||||
Free Software Foundation, either version 3 of the License, or (at your
|
|
||||||
option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
|
|
||||||
details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
def get_rougail_config(
|
|
||||||
*,
|
|
||||||
backward_compatibility: bool = True, # pylint: disable=unused-argument
|
|
||||||
) -> dict:
|
|
||||||
"""get rougail config for commandline"""
|
|
||||||
|
|
||||||
return {
|
|
||||||
"name": "commandline",
|
|
||||||
"process": "user data",
|
|
||||||
"level": 55,
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
__all__ = ("get_rougail_config",)
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
||||||
"""Internationalisation utilities
|
|
||||||
Silique (https://www.silique.fr)
|
|
||||||
Copyright (C) 2025-2026
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it
|
|
||||||
under the terms of the GNU Lesser General Public License as published by the
|
|
||||||
Free Software Foundation, either version 3 of the License, or (at your
|
|
||||||
option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
||||||
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
|
|
||||||
details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
"""
|
|
||||||
|
|
||||||
from gettext import translation
|
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
t = translation(
|
|
||||||
"rougail_user_data_commandline",
|
|
||||||
str(Path(__file__).parent / "locale"),
|
|
||||||
fallback=True,
|
|
||||||
)
|
|
||||||
|
|
||||||
_ = t.gettext
|
|
||||||
Binary file not shown.
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.version",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.version",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.version": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.version": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.empty",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.empty",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.empty": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.empty": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"string1",
|
|
||||||
"--rougail.var2",
|
|
||||||
"string1",
|
|
||||||
"string2",
|
|
||||||
"string3"
|
|
||||||
]
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": "string1",
|
|
||||||
"rougail.var2": [
|
|
||||||
"string1",
|
|
||||||
"string2",
|
|
||||||
"string3"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": "no",
|
|
||||||
"rougail.var2": [
|
|
||||||
"no"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"string1",
|
|
||||||
"string2",
|
|
||||||
"string3",
|
|
||||||
"--rougail.var2",
|
|
||||||
"string1",
|
|
||||||
"string2",
|
|
||||||
"string3"
|
|
||||||
]
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": [
|
|
||||||
"string1",
|
|
||||||
"string2",
|
|
||||||
"string3"
|
|
||||||
],
|
|
||||||
"rougail.var2": [
|
|
||||||
"string1",
|
|
||||||
"string2",
|
|
||||||
"string3"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": [
|
|
||||||
"no",
|
|
||||||
"yes",
|
|
||||||
"maybe"
|
|
||||||
],
|
|
||||||
"rougail.var2": [
|
|
||||||
"no",
|
|
||||||
"yes",
|
|
||||||
"maybe"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": [
|
|
||||||
[
|
|
||||||
"family \"leadership\" has property hidden, so cannot access to \"var1\" (a first variable), it will be ignored when loading from the command line"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"family \"leadership\" is hidden, \"var2\" (a first variable) at index \"0\", it will be ignored when loading from the command line"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.leadership.var1",
|
|
||||||
"string1",
|
|
||||||
"string2",
|
|
||||||
"string3",
|
|
||||||
"--rougail.leadership.var2",
|
|
||||||
"0",
|
|
||||||
"string1",
|
|
||||||
"--rougail.leadership.var2",
|
|
||||||
"0",
|
|
||||||
"string1",
|
|
||||||
"--rougail.var2",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.leadership.var1": [
|
|
||||||
{
|
|
||||||
"rougail.leadership.var1": "a_value",
|
|
||||||
"rougail.leadership.var2": "a_value"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rougail.var2": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.leadership.var1": [
|
|
||||||
{
|
|
||||||
"rougail.leadership.var1": "a_value",
|
|
||||||
"rougail.leadership.var2": "a_value"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rougail.var2": "a_value"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan",
|
|
||||||
"--rougail.var2",
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
]
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
]
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": [
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
],
|
|
||||||
"rougail.var2": [
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": [
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
],
|
|
||||||
"rougail.var2": [
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"string1",
|
|
||||||
"--rougail.var2",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": "string1",
|
|
||||||
"rougail.var2": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": "string1",
|
|
||||||
"rougail.var2": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"string1",
|
|
||||||
"--rougail.var2",
|
|
||||||
"string1",
|
|
||||||
"--rougail.var3",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"string1",
|
|
||||||
"--rougail.var3",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": "string1",
|
|
||||||
"rougail.var2": "string1",
|
|
||||||
"rougail.var3": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": "string1",
|
|
||||||
"rougail.var2": "string1",
|
|
||||||
"rougail.var3": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan",
|
|
||||||
"--rougail.var2",
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
]
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
]
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": [
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
],
|
|
||||||
"rougail.var2": [
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": [
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
],
|
|
||||||
"rougail.var2": [
|
|
||||||
"domain1.lan",
|
|
||||||
"domain2.lan"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"string1",
|
|
||||||
"--rougail.var2",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.var1",
|
|
||||||
"string1",
|
|
||||||
"--rougail.var2",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": "string1",
|
|
||||||
"rougail.var2": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.var1": "string1",
|
|
||||||
"rougail.var2": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"errors": [],
|
|
||||||
"warnings": []
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
[
|
|
||||||
"--rougail.without_type",
|
|
||||||
"string1"
|
|
||||||
]
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.without_type": "string1"
|
|
||||||
}
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"rougail.without_type": "non"
|
|
||||||
}
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue