onion / tool
0.5.0-beta+0838
2019-08-29 14:59 UTC
Requires
- composer/ca-bundle: ^1.1
- composer/semver: ^1.4
- composer/spdx-licenses: ^1.5
- onion/common: dev-master
- onion/console: dev-master
- onion/event-loop: dev-master
- onion/framework: dev-develop
- onion/interfaces: dev-master
- onion/promise: dev-master
- padraic/phar-updater: ^1.0
- php-http/curl-client: ^1.7
- roave/security-advisories: dev-master
- symfony/yaml: ^4.1
- dev-master
- 0.5.0-beta+0838
- 0.4.0-alpha+0247
- 0.3.0-alpha+0224
- 0.2.0-alpha+0220
- 0.1.8-alpha+0047
- 0.1.6-alpha
- 0.1.5-alpha
- 0.1.4-alpha
- 0.1.3-alpha
- 0.1.2-alpha
- 0.1.1-alpha
- 0.1.0-alpha
- dev-dependabot/composer/symfony/yaml-5.3.6
- dev-dependabot/composer/composer/ca-bundle-1.2.10
- dev-dependabot/composer/composer/semver-3.2.5
- dev-dependabot/composer/doctrine/annotations-1.13.1
- dev-dependabot/add-v2-config-file
- dev-dependabot/composer/php-http/curl-client-2.2.0
- dev-dependabot/composer/composer/spdx-licenses-1.5.5
This package is auto-updated.
Last update: 2024-10-29 05:10:52 UTC
README
List of available commands
COMMAND version
SUMMARY Display current version
ARGUMENTS
bool --quiet | -q
Suppress all command output
bool --verbose | -vvv
Indicate that the command may output extended information
bool --no-colors | --no-color
Indicate that the command output should not include colors
COMMAND update
SUMMARY Update tool to latest version
ARGUMENTS
bool --rollback
Rollback to previous version
bool --force
Force update to latest version
bool --quiet | -q
Suppress all command output
bool --verbose | -vvv
Indicate that the command may output extended information
bool --no-colors | --no-color
Indicate that the command output should not include colors
COMMAND init
SUMMARY Initialize an empty onion project
ARGUMENTS
bool --no-prompt
Create manifest file without asking for user input
bool --quiet | -q
Suppress all command output
bool --verbose | -vvv
Indicate that the command may output extended information
bool --no-colors | --no-color
Indicate that the command output should not include colors
COMMAND package
SUMMARY Package the current project
ARGUMENTS
string --location | --dir | -l ./build/
The directory in which to put the artefact
string --compression | -c none
The compression to use. Allowed one of 'gz', 'bz' or 'none'
string --signature | -s sha256
The signature algorithm to use Allowed one of 'sha1', 'sha256' or 'sha512'
bool --standalone
Mark build as standalone
bool --debug
Mark build as debug
bool --quiet | -q
Suppress all command output
bool --verbose | -vvv
Indicate that the command may output extended information
bool --no-colors | --no-color
Indicate that the command output should not include colors
COMMAND publish
SUMMARY Publish current package
ARGUMENTS
string --auth password
Authentication method to use
string --secret
The secret/token to use for authentication
string --credential
The credential (if any) used for authentication
bool --draft | -d
mark release as pre-release
bool --quiet | -q
Suppress all command output
bool --verbose | -vvv
Indicate that the command may output extended information
bool --no-colors | --no-color
Indicate that the command output should not include colors
COMMAND link <operation>
SUMMARY Manipulate manifest links
ARGUMENTS
bool --quiet | -q
Suppress all command output
bool --verbose | -vvv
Indicate that the command may output extended information
bool --no-colors | --no-color
Indicate that the command output should not include colors
COMMAND compile
SUMMARY Compile project configurations
ARGUMENTS
string --environment | --env | -e
Environment configs to load
string --config-dir | --dir | -c
Directory in which to look for configuration files
bool --dev
Whether to include `autoload-dev` handling
bool --quiet | -q
Suppress all command output
bool --verbose | -vvv
Indicate that the command may output extended information
bool --no-colors | --no-color
Indicate that the command output should not include colors
COMMAND module <action> <module>
SUMMARY Manage modules
ARGUMENTS
string --constraint | -c
Constraint to use when installing/updating a module
string --alias | --as | -a
Alias for when loading a module
string --repository | --repo | -r
The repository name to use when installing/updating a module
bool --quiet | -q
Suppress all command output
bool --verbose | -vvv
Indicate that the command may output extended information
bool --no-colors | --no-color
Indicate that the command output should not include colors
COMMAND play <stage>
SUMMARY Execute recipe steps
ARGUMENTS
string --config | -c onion.recipe.yml
The recipe configuration file
bool --quiet | -q
Suppress all command output
bool --verbose | -vvv
Indicate that the command may output extended information
bool --no-colors | --no-color
Indicate that the command output should not include colors