## gpm Package manager for Go ### Synopsis A package manager for Go projects which simplifies the way of installing dependencies and setting up projects. ``` gpm [flags] ``` ### Options ``` --aliases-file string custom aliases file -e, --env-file stringArray one or more environment files --environment string name of the environment --gpm-root string custom root directory for this app -h, --help help for gpm --model string custom AI model --no-system-prompt do not use system prompt --ollama use Ollama --projects-file string custom projects file --prompt string custom (AI) prompt --system-prompt string custom (AI) system prompt -v, --verbose verbose output ``` ### SEE ALSO * [gpm add](gpm_add.md) - Add command * [gpm base64](gpm_base64.md) - Encode Base64 * [gpm build](gpm_build.md) - Runs build command * [gpm bump](gpm_bump.md) - Bump version * [gpm cat](gpm_cat.md) - Outputs input * [gpm chat](gpm_chat.md) - AI chat * [gpm checkout](gpm_checkout.md) - Checks out a git branch * [gpm completion](gpm_completion.md) - Generate the autocompletion script for the specified shell * [gpm describe](gpm_describe.md) - Describe data * [gpm diff](gpm_diff.md) - Diff resources * [gpm doctor](gpm_doctor.md) - Checks preconditions and audits * [gpm down](gpm_down.md) - Run docker down * [gpm execute](gpm_execute.md) - Execute shell command * [gpm generate](gpm_generate.md) - Generate resource * [gpm import](gpm_import.md) - Import resource * [gpm init](gpm_init.md) - Init project or resource * [gpm install](gpm_install.md) - Installs one or more modules * [gpm list](gpm_list.md) - List command * [gpm make](gpm_make.md) - Make project * [gpm monitor](gpm_monitor.md) - Monitor process * [gpm new](gpm_new.md) - New project * [gpm now](gpm_now.md) - Output time * [gpm open](gpm_open.md) - Open resource * [gpm pack](gpm_pack.md) - Pack project * [gpm prompt](gpm_prompt.md) - AI prompt * [gpm publish](gpm_publish.md) - Publish version * [gpm pull](gpm_pull.md) - Pull from remotes * [gpm push](gpm_push.md) - Push to remotes * [gpm remove](gpm_remove.md) - Remove command * [gpm run](gpm_run.md) - Run resource * [gpm setup](gpm_setup.md) - Setup resource * [gpm show](gpm_show.md) - Show resource * [gpm start](gpm_start.md) - Runs current project * [gpm sync](gpm_sync.md) - Sync remotes * [gpm test](gpm_test.md) - Runs tests * [gpm tidy](gpm_tidy.md) - Add missing and remove unused modules * [gpm uninstall](gpm_uninstall.md) - Uninstalls one or more modules * [gpm up](gpm_up.md) - Run docker up * [gpm update](gpm_update.md) - Update dependencies ###### Auto generated by spf13/cobra on 12-Jan-2025