Skip to content
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

Deploy target servers. #144

Closed
kurtkanaskie opened this issue Mar 27, 2019 · 2 comments
Closed

Deploy target servers. #144

kurtkanaskie opened this issue Mar 27, 2019 · 2 comments

Comments

@kurtkanaskie
Copy link
Contributor

kurtkanaskie commented Mar 27, 2019

No command to deploy target servers

@kurtkanaskie kurtkanaskie changed the title Proxies with multiple targets only creates first target server. Deploy target servers. Mar 28, 2019
@kurtkanaskie
Copy link
Contributor Author

Somehow this must have been omitted. To fix, merely add following to lib/commands/command.js

createTargetServer: {
    description: 'Create a Target Server',
    load: function() {
      return require('./create-TargetServer');
    }
  },
  deleteTargetServer: {
    description: 'Delete a Target Server',
    load: function() {
      return require('./delete-TargetServer');
    }
  },

@kurtkanaskie
Copy link
Contributor Author

Merged in version 0.12.0

whitlockjc pushed a commit that referenced this issue Oct 16, 2019
* Fix for issue #144, added Target Server commands

* Fixes for issues 158,159,160,161,162,163, improved local and remote tests

* Fixed issue #165, all remotetests run correctly and leave no remnants

* Fix #165 - plus additional issues 158,160,161,and 163

* Fix #165 - plus additional issues 158,160,161,and 163

* Synced with key and cert file changes

* Made key and cert file options default

* Implemented Issue #159 - Flow Hooks

* Implemented Issue #162 - Target Server Get and List

* Implemented Issue #167 - Roles, Permissions and User assignment

* Updated version to 0.13 and devDependency for Jasmine

* npm audit fix

* Adding --json option back
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

No branches or pull requests

1 participant