Lines Matching full:new
11 - New ``west grep`` command for running a "grep tool" in your west workspace's
67 - ``west.commands.WestCommand.run_subprocess()``: new wrapper
86 - ``west compare``: new command that compares the state of the
89 - Support for a new ``manifest.project-filter`` configuration option.
95 warnings. These warnings are errors if the new ``manifest.project-filter``
155 add new options with similar names but different behavior to existing ones.
161 - ``west update``: new ``--submodule-init-config`` option.
188 - The :ref:`west-apis-commands` module got some new APIs which lay groundwork
192 - New ``west.commands.WestCommand.__init__()`` keyword argument: ``verbosity``
193 - New ``west.commands.WestCommand`` property: ``color_ui``
194 - New ``west.commands.WestCommand`` methods, which should be used to print output
198 - New ``west.commands.VERBOSITY`` enum
215 in a new workspace for the first time; this used to fail (just for the first
245 New features:
268 - ``west.configuration.Configuration``: new object-oriented interface to the
275 - ``config``: new attribute, returns a ``Configuration`` object or aborts the
278 - ``has_config``: new boolean attribute, which is ``True`` if and only if
289 - ``west.manifest.Manifest``: new:
297 - ``west.manifest.ManifestProject``: new ``userdata`` attribute, which also
319 New features:
340 New features:
371 - The fix for issue #522 mentioned above introduces a new restriction. The
393 New features:
418 New features:
431 New features:
454 The new behavior will take effect if ``manifest: version:`` is not given or
494 New features:
548 has been updated to use the new ones exclusively.
570 still available, but requires passing a new ``--manifest-path-from-yaml``
613 this documentation and in the west API documentation. The new term seems to
620 - There is a new :ref:`west topdir <west-built-in-misc>` command, which
641 - WestCommand.requires_workspace: new
642 - WestCommand.has_manifest: new
648 - msg(): new
652 - QUAL_REFS_WEST: new
653 - SCHEMA_VERSION: new
655 - Manifest.as_dict(): new
656 - Manifest.as_frozen_yaml(): new
657 - Manifest.as_yaml(): new
660 - Manifest.validate(): new
661 - ManifestImportFailed: new
665 - Project.name_and_path: new
666 - Project.remote_name: new
698 - The :ref:`west-update` command has a new ``--fetch``
723 - west.log.banner(): new
724 - west.log.small_banner(): new
725 - west.manifest.Manifest.get_projects(): new
726 - west.manifest.Project.is_cloned(): new
728 Manifest object via a new self.manifest property during the
812 positional arguments are now kwargs. A new ``url`` kwarg was also added; if