We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repo add <name> <location>
repo update [name]
repo rm <name>
repo ls
package find <pattern>
package info <package_name>
package install <package_name> [version]
package uninstall <package_name>
Package repository layout can be found at ashwanthkumar/marathonctl-universe#1
The text was updated successfully, but these errors were encountered:
Adding marathonctl package list command for #2
eecebfb
Implemented maratonctl package rm for #2
c74dcb6
No branches or pull requests
Repo Features
repo add <name> <location>
- Add a new package repository locationrepo update [name]
- Update the package repositories locally. By default we update all the repositories, but you can choose to update just 1 too.repo rm <name>
- Add a new package repository locationrepo ls
- List the package repositories so farPackage Features
package find <pattern>
- Search for a given pattern across all the package repositoriespackage info <package_name>
- Shows information about the packagepackage install <package_name> [version]
- Install the respective package (optionally choose a version of the package)package uninstall <package_name>
- Uninstall an installed package from the clusterPackage repository layout can be found at ashwanthkumar/marathonctl-universe#1
Things to think through
The text was updated successfully, but these errors were encountered: