Skip to main content

atomic split

Split a stack with advanced options.

Synopsis

atomic split [OPTIONS] <STACK>

Description

The split command creates a new stack by splitting an existing stack. This is similar to atomic stack new but provides additional options for advanced use cases.

Arguments

<STACK>

Name of the new stack to create.

Options

--stack <SOURCE>

Split from a specific source stack instead of the current stack.

atomic split new-feature --stack main

Examples

# Split current stack
atomic split experimental

# Split from specific stack
atomic split hotfix --stack release-1.0

See Also

Documentation Status

⚠️ This command documentation is a placeholder and needs to be expanded with complete details from the source code.

For now, refer to the built-in help:

atomic split --help