Skip to content

MTA-4662: Update containerless CLI docs #94

New issue

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

Merged

Conversation

anarnold97
Copy link
Collaborator

@anarnold97 anarnold97 commented Feb 18, 2025

@anarnold97 anarnold97 force-pushed the MTA-4662-Update-containerless-CLI-docs branch from e45c496 to 0f62ccb Compare February 19, 2025 13:47
@anarnold97
Copy link
Collaborator Author

@eemcmullan && @ibragins - updated, please can you re-review

Thanks

@anarnold97
Copy link
Collaborator Author

@ibragins - updated, please review

@anarnold97
Copy link
Collaborator Author

@istein1 & @ibragins - updated - think this is correct

@anarnold97
Copy link
Collaborator Author

@istein1 & @ibragins - please can i give you another nudge to review

@anarnold97
Copy link
Collaborator Author

@istein1 - are you ok to merge?

@anarnold97 anarnold97 force-pushed the MTA-4662-Update-containerless-CLI-docs branch from a849747 to 13648b4 Compare April 21, 2025 13:30
@anarnold97 anarnold97 removed the request for review from mpershina April 21, 2025 13:44
@anarnold97 anarnold97 force-pushed the MTA-4662-Update-containerless-CLI-docs branch from 13648b4 to 3db6ddd Compare April 21, 2025 13:49
Comment on lines 50 to 57
. For example, to move the `mta-cli` binary to `/usr/bin` using `sudo`, run:
+
[source,terminal,subs="attributes+"]
----
$ mv $HOME/kantra.<os>.<arch> $HOME/.kantra
sudo mv ~/.kantra/mta-cli /usr/bin/
----

. For example, to add to the `$PATH` variable, run:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Instead of those For example I'd say something like
For linux:
To make mta-cli command widely available in the system, you can either move it to /usr/bin :
sudo mv ~/.kantra/mta-cli /usr/bin/
or you can add its location to the global $PATH variable
export PATH=$HOME/.kantra:$PATH

@anarnold97 anarnold97 merged commit 880e48e into migtools:main Apr 21, 2025
1 check passed
Copy link
Collaborator

@ibragins ibragins left a comment

Choose a reason for hiding this comment

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

LGTM now, thank you @anarnold97

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.

6 participants