Command Line Reference
pyaptly
Show basic command group.
Usage
Usage: pyaptly [OPTIONS] COMMAND [ARGS]...
Options
version:Type: BOOL
Default:
falseUsage:
--version
Show the version and exit.
help:Type: BOOL
Default:
falseUsage:
--help
Show this message and exit.
CLI Help
Usage: pyaptly [OPTIONS] COMMAND [ARGS]...
Show basic command group.
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
legacy run legacy command parser
mirror Manage aptly mirrors.
publish Manage aptly publishs.
repo Create aptly repos.
snapshot Manage aptly snapshots.
toml-to-toml Convert pyaptly config files from toml to toml.
yaml-to-toml Convert pyaptly config files from yaml to toml.
pyaptly legacy
run legacy command parser
Usage
Usage: pyaptly legacy [OPTIONS] [PASSTHROUGH]...
Options
passthrough:Type: STRING
Default:
noneUsage:
passthrough
help:Type: BOOL
Default:
falseUsage:
--help
Show this message and exit.
CLI Help
Usage: pyaptly legacy [OPTIONS] [PASSTHROUGH]...
run legacy command parser
Options:
--help Show this message and exit.
pyaptly mirror
Manage aptly mirrors.
Usage
Usage: pyaptly mirror [OPTIONS] CONFIG [create|update]
Options
info:Type: BOOL
Default:
falseUsage:
--info -i
debug:Type: BOOL
Default:
falseUsage:
--debug -d
pretend:Type: BOOL
Default:
falseUsage:
--pretend -p
Do not change anything
config(REQUIRED):Type: <click.types.Path object at 0x7f1faa233c90>
Default:
noneUsage:
config
task(REQUIRED):Type: Choice(‘[‘create’, ‘update’]’)
Default:
noneUsage:
task
mirror_name:Type: STRING
Default:
allUsage:
--mirror-name -n
default: “all”
help:Type: BOOL
Default:
falseUsage:
--help
Show this message and exit.
CLI Help
Usage: pyaptly mirror [OPTIONS] CONFIG [create|update]
Manage aptly mirrors.
Options:
-i, --info / -ni, --no-info
-d, --debug / -nd, --no-debug
-p, --pretend / -np, --no-pretend
Do not change anything
-n, --mirror-name TEXT default: "all"
--help Show this message and exit.
pyaptly publish
Manage aptly publishs.
Usage
Usage: pyaptly publish [OPTIONS] CONFIG [create|update]
Options
info:Type: BOOL
Default:
falseUsage:
--info -i
debug:Type: BOOL
Default:
falseUsage:
--debug -d
pretend:Type: BOOL
Default:
falseUsage:
--pretend -p
Do not change anything
config(REQUIRED):Type: <click.types.Path object at 0x7f1faa251650>
Default:
noneUsage:
config
task(REQUIRED):Type: Choice(‘[‘create’, ‘update’]’)
Default:
noneUsage:
task
publish_name:Type: STRING
Default:
allUsage:
--publish-name -n
default: “all”
help:Type: BOOL
Default:
falseUsage:
--help
Show this message and exit.
CLI Help
Usage: pyaptly publish [OPTIONS] CONFIG [create|update]
Manage aptly publishs.
Options:
-i, --info / -ni, --no-info
-d, --debug / -nd, --no-debug
-p, --pretend / -np, --no-pretend
Do not change anything
-n, --publish-name TEXT default: "all"
--help Show this message and exit.
pyaptly repo
Create aptly repos.
Usage
Usage: pyaptly repo [OPTIONS] CONFIG [create]
Options
info:Type: BOOL
Default:
falseUsage:
--info -i
debug:Type: BOOL
Default:
falseUsage:
--debug -d
pretend:Type: BOOL
Default:
falseUsage:
--pretend -p
Do not change anything
config(REQUIRED):Type: <click.types.Path object at 0x7f1faa21a950>
Default:
noneUsage:
config
task(REQUIRED):Type: Choice(‘[‘create’]’)
Default:
noneUsage:
task
repo_name:Type: STRING
Default:
allUsage:
--repo-name -n
default: “all”
help:Type: BOOL
Default:
falseUsage:
--help
Show this message and exit.
CLI Help
Usage: pyaptly repo [OPTIONS] CONFIG [create]
Create aptly repos.
Options:
-i, --info / -ni, --no-info
-d, --debug / -nd, --no-debug
-p, --pretend / -np, --no-pretend
Do not change anything
-n, --repo-name TEXT default: "all"
--help Show this message and exit.
pyaptly snapshot
Manage aptly snapshots.
Usage
Usage: pyaptly snapshot [OPTIONS] CONFIG [create|update]
Options
info:Type: BOOL
Default:
falseUsage:
--info -i
debug:Type: BOOL
Default:
falseUsage:
--debug -d
pretend:Type: BOOL
Default:
falseUsage:
--pretend -p
Do not change anything
config(REQUIRED):Type: <click.types.Path object at 0x7f1faa250b10>
Default:
noneUsage:
config
task(REQUIRED):Type: Choice(‘[‘create’, ‘update’]’)
Default:
noneUsage:
task
snapshot_name:Type: STRING
Default:
allUsage:
--snapshot-name -n
default: “all”
help:Type: BOOL
Default:
falseUsage:
--help
Show this message and exit.
CLI Help
Usage: pyaptly snapshot [OPTIONS] CONFIG [create|update]
Manage aptly snapshots.
Options:
-i, --info / -ni, --no-info
-d, --debug / -nd, --no-debug
-p, --pretend / -np, --no-pretend
Do not change anything
-n, --snapshot-name TEXT default: "all"
--help Show this message and exit.
pyaptly toml-to-toml
Convert pyaptly config files from toml to toml.
Usage
Usage: pyaptly toml-to-toml [OPTIONS] IN_PATH TOML_PATH
Options
debug:Type: BOOL
Default:
falseUsage:
--debug -d
in_path(REQUIRED):Type: <click.types.Path object at 0x7f1faa252890>
Default:
noneUsage:
in_path
toml_path(REQUIRED):Type: <click.types.Path object at 0x7f1faa2528d0>
Default:
noneUsage:
toml_path
add_defaults:Type: BOOL
Default:
falseUsage:
-a --add-defaults
Add default values to fields if missing
help:Type: BOOL
Default:
falseUsage:
--help
Show this message and exit.
CLI Help
Usage: pyaptly toml-to-toml [OPTIONS] IN_PATH TOML_PATH
Convert pyaptly config files from toml to toml.
Options:
-d, --debug / -nd, --no-debug
-a, --add-defaults / -na, --no-add-defaults
Add default values to fields if missing
--help Show this message and exit.
pyaptly yaml-to-toml
Convert pyaptly config files from yaml to toml.
Usage
Usage: pyaptly yaml-to-toml [OPTIONS] YAML_PATH TOML_PATH
Options
debug:Type: BOOL
Default:
falseUsage:
--debug -d
yaml_path(REQUIRED):Type: <click.types.Path object at 0x7f1faa252190>
Default:
noneUsage:
yaml_path
toml_path(REQUIRED):Type: <click.types.Path object at 0x7f1faa2521d0>
Default:
noneUsage:
toml_path
add_defaults:Type: BOOL
Default:
falseUsage:
-a --add-defaults
Add default values to fields if missing
help:Type: BOOL
Default:
falseUsage:
--help
Show this message and exit.
CLI Help
Usage: pyaptly yaml-to-toml [OPTIONS] YAML_PATH TOML_PATH
Convert pyaptly config files from yaml to toml.
Options:
-d, --debug / -nd, --no-debug
-a, --add-defaults / -na, --no-add-defaults
Add default values to fields if missing
--help Show this message and exit.