desmondmorris / homestead-cli
A command line tool for managing your homestead environment and projects
dev-master
2014-05-22 04:56 UTC
Requires
- php: >=5.3.3
- symfony/console: 2.4.x-dev
- symfony/yaml: v2.4.4
Requires (Dev)
- phpunit/phpunit: ~4.0.7
This package is not auto-updated.
Last update: 2024-11-05 08:02:12 UTC
README
A command line tool for managing your homestead environment and projects.
Commands
homestead install
- Installs Homestead from git to ~/.homestead.homestead update
- Updates Homestead installationhomestead sites
- Lists siteshomestead sites add
- Adds site and associates it to the current directory or directory specified via paramatershomestead folders
- Lists shared foldershomestead folders:add
- Adds new folder to share within Homestead environmenthomestead keys
- Lists keyshomestead keys add
- Adds private key
Roadmap
homestead auth
- Prints authorization key pathhomestead keys rm
- Removes private keyhomestead folders rm
- Removes folder from within Homestead environmenthomestead sites rm
- Removes site and associates it to the current directory or directory specified via paramaters