Discover Packages
github.com/uw-labs/mona
internal
command
package
Version:
v0.0.0-...-8e0a011
Opens a new window with list of versions in this module.
Published: Nov 4, 2019
License: LGPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package command contains methods called by the CLI to manage
a mona project.
AddApp creates a new "app.yaml" file in the specified directory
Build will execute the build commands for all apps where changes
are detected.
Init creates a new project and lock file in the provided working directory
with the given name.
Lint iterates over all new/modified apps and executes their lint command. Once complete,
the lint hash is updated in the lock file.
Run iterates over all new/modified apps and executes their lint, test and build commands
as necessary. Once complete, appropriate hashes are updated in the lock file.
Test attempts to run the test command for all apps where changes
are detected.
DiffSummary lists all the app names that changed.
Diff outputs the names of all apps where changes are detected.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.