Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6b2eccc8 authored by BADTS Thomas's avatar BADTS Thomas
Browse files

Update changelog for 3.4.0 release

parent d67a7167
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,13 @@ Changelog
Added
~~~~~
- Added options ``--destroy-on-fail`` option for ``deploy`` to automatically free resources in failed experiments.
- Added options ``--destroy-on-fail`` for ``deploy`` to automatically free resources in failed experiments.
`Documentation <https://e2clab.gitlabpages.inria.fr/e2clab/cli-interface/index.html#e2clab>`_
- Added option ``--destroy`` option for the ``destroy`` command to destroy deployed network emulations.
- Added option ``--destroy`` for the ``destroy`` command to destroy deployed network emulations.
`Documentation <https://e2clab.gitlabpages.inria.fr/e2clab/cli-interface/index.html#e2clab>`_
- Added option ``--workflow_env`` for the ``init`` command to initialize a project using `worflow_env <https://e2clab.gitlabpages.inria.fr/e2clab/exp_workflow/index.html#automating-workflow-configurations>`_
`Documentation <https://e2clab.gitlabpages.inria.fr/e2clab/cli-interface/index.html#e2clab>`_
- ``init`` command now initiates `SCENARIO_DIR` with template files.
`Documentation <https://e2clab.gitlabpages.inria.fr/e2clab/cli-interface/index.html#e2clab>`_
......
......@@ -341,6 +341,7 @@ def ssh(forward: bool, local_port: int, remote_port: int, scenario_dir: Path):
type=bool,
prompt="Use workflow configurations (app_conf) ? ",
default=False,
help="Setup a `workflow_env.yaml` file",
)
@click.argument(
"dir",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment