Changes for version 1.0 - 2016-03-24
- Initial release.
Documentation
- fpl - Run footprintless commands
Modules
- Footprintless - A utility for managing systems with minimal installs
- Footprintless::App - The base application class for fpl
- Footprintless::App::Command::config - Prints the config at the coordinate.
- Footprintless::App::Command::deployment - Performs an action on a deployment.
- Footprintless::App::Command::log - Provides access to log files.
- Footprintless::App::Command::overlay - Performs an action on an overlay.
- Footprintless::App::Command::service - Performs an action on a service.
- Footprintless::Command - A factory for building common commands
- Footprintless::CommandOptionsFactory - A factory for creating command options
- Footprintless::CommandRunner - A contract for an command runner
- Footprintless::CommandRunner::Exception - A base exception class for Footprintless::CommandRunner
- Footprintless::CommandRunner::IPCRun - An implementation of Footprintless::CommandRunner using IPC::Run
- Footprintless::CommandRunner::IPCRun3 - An implementation of Footprintless::CommandRunner using IPC::Run3
- Footprintless::Deployment - A deployment manager
- Footprintless::Localhost - A localhost alias resolver
- Footprintless::Log - A log manager
- Footprintless::Overlay - An overlay manager
- Footprintless::Resource - A resource provided by a provider
- Footprintless::Resource::Maven - A resource described by Maven artifact
- Footprintless::Resource::MavenProvider - A resource provider for resources retrieved by maven coordinate
- Footprintless::Resource::Provider - A contract for providing resources to the resource manager
- Footprintless::Resource::Url - A resource described by URL
- Footprintless::Resource::UrlProvider - A resource provider for resources retrieved by URL
- Footprintless::ResourceManager - A manager for finding and retrieving resources
- Footprintless::Service - Performs an action on a service.
- Footprintless::Util - A utility method package for common functionality in Footprintless
Provides
- Footprintless::Command::CommandOptions in lib/Footprintless/Command.pm
- Footprintless::Resource::UrlProvider::DownloadedFile in lib/Footprintless/Resource/UrlProvider.pm