diff --git a/bash_completion.md b/bash_completion.md deleted file mode 100644 index 9679516..0000000 --- a/bash_completion.md +++ /dev/null @@ -1,12 +0,0 @@ -Running the completion command - -appsody completion > "your-directory"/appsody -Linux - -1. On a current Linux OS (in a non-minimal installation), bash completion should be available. -2. Place the completion script generated above in your bash completions directory. - -Mac -1. Install bash completions if need be with brew or MacPorts -2. Make sure to update your ~/.bash_profile as instructed -3. Put the output of 'appsody completion' into your bash completions directory e.g. /usr/local/etc/bash_completion.d/ diff --git a/Troubleshooting.md b/docs/Troubleshooting.md similarity index 100% rename from Troubleshooting.md rename to docs/Troubleshooting.md diff --git a/build-help.md b/docs/build-help.md similarity index 100% rename from build-help.md rename to docs/build-help.md diff --git a/docs/test_process.md b/docs/test_process.md new file mode 100644 index 0000000..1815fac --- /dev/null +++ b/docs/test_process.md @@ -0,0 +1,10 @@ +This is a basic sequence of commands to test to ensure that the CLI still works the intended way after making changes for a PR. + +- [ ] Login +- [ ] List +- [ ] Deactivate +- [ ] List +- [ ] Sync +- [ ] List +- [ ] Verstion +- [ ] Onboard