alias

Create shortcuts for instances.

clicraft alias [action] [args...]

Actions

Action Description
list / ls List aliases (default)
add <name> [path] Create alias (path defaults to cwd)
remove <name\|path> Delete alias

Examples

clicraft alias                          # List all
clicraft alias add myworld              # Alias current directory
clicraft alias add server ~/mc/server   # Alias specific path
clicraft alias remove myworld           # Remove by name

Using Aliases

clicraft launch myworld     # Launch by alias
clicraft info -i myworld    # Works with other commands too

Aliases are also suggested during clicraft create.


Back to top

Copyright © 2024 theinfamousben. Distributed under the ISC license.

This site uses Just the Docs, a documentation theme for Jekyll.