Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version 1.0.0-SNAPSHOT

Anchor
_name
_name
Name

gx delete-module - Delete an X-Module at the specified path.

Anchor
_synopsis
_synopsis
Synopsis

gx delete-module [--help] [--no-sync] [--git-dir=PARENT_REPOS] REF MODULE_PATH

Anchor
_description
_description
Description

Delete an X-Module at the specified path.

Anchor
_options
_options
Options

--git-dir=PARENT_REPOS

The path to the parent Git repository, where an X-Module is to be deleted.

Default: current directory or $GIT_DIR if specified.

--help

Display this help message.

--no-sync

Do not remove the X-Module from the parent repository tree immediately, just schedule the deletion. To apply the changes, run gx sync command or push to this repository.

This is useful to delete several X-Modules with one commit.

Anchor
_arguments
_arguments
Arguments

REF

The branch in the parent repository, where an X-Module is to be deleted.

MODULE_PATH

The path to the X-Module directory in the parent repository to be deleted.