Skip to content

update install to not require sudo/root#31

Closed
weshayutin wants to merge 1 commit into
migtools:mainfrom
weshayutin:fix_sudo
Closed

update install to not require sudo/root#31
weshayutin wants to merge 1 commit into
migtools:mainfrom
weshayutin:fix_sudo

Conversation

@weshayutin
Copy link
Copy Markdown
Contributor

fixes #30

Signed-off-by: Wesley Hayutin <weshayutin@gmail.com>
@weshayutin
Copy link
Copy Markdown
Contributor Author

@Joeavaikath @NicholasYancey reviews please

Copy link
Copy Markdown
Contributor

@NicholasYancey NicholasYancey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change got implemented in this pr #34

@weshayutin weshayutin closed this Jul 25, 2025
@weshayutin
Copy link
Copy Markdown
Contributor Author

 make install
Building kubectl-oadp for current platform (linux/amd64)...
✅ Built kubectl-oadp successfully!
Installing kubectl-oadp to /home/whayutin/.local/bin...
cp kubectl-oadp /home/whayutin/.local/bin/
✅ Installed to /home/whayutin/.local/bin

✅ PATH already configured

Test: kubectl oadp --help
whayutin@fedora:~/OPENSHIFT/git/OADP/oadp-cli$ oc oadp
Welcome to the OADP CLI! Use 'kubectl oadp --help' to see available commands.
whayutin@fedora:~/OPENSHIFT/git/OADP/oadp-cli$ oc oadp --help
OADP CLI commands

Usage:
  oadp [flags]
  oadp [command]

Available Commands:
  backup      Work with backups
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  nonadmin    Work with non-admin resources
  restore     Work with restores
  version     Print the velero version and associated image

Flags:
  -h, --help   help for oadp

Use "oadp [command] --help" for more information about a command.
whayutin@fedora:~/OPENSHIFT/git/OADP/oadp-cli$ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

invalid make install path

2 participants