UNPKG

acs

Version:
45 lines (27 loc) 1.48 kB
acs: Amplify Runtime Services Command-Line Interface ==================================== A command-line client for publishing custom Node.js services to the Axway Cloud. To run **acs**, you can install it using npm. [sudo] npm install acs -g Commands -------- Some of the common **acs** commands include: - *new* <name> - create a new ACS project - *add* <name> - add a new method - *run* [dir] - run a local server for development - *publish* [dir] - publish a project to the cloud - *login* [username] [password] - login to the ACS cloud - *logout* - logout of the ACS cloud For a complete list of commands, see the [acs Command Reference](https://docs.axway.com/bundle/AMPLIFY_Runtime_Services_allOS_en/page/amplify_runtime_services_command-line_interface_reference.html). Documentation ------------- * [Amplify Runtime services Documentation](https://docs.axway.com/bundle/AMPLIFY_Runtime_Services_allOS_en/page/amplify_runtime_services.html) * [acs Command Reference](https://docs.axway.com/bundle/AMPLIFY_Runtime_Services_allOS_en/page/amplify_runtime_services_command-line_interface_reference.html) Test ---- To run the unit tests under test/ folder execute the following command. mocha test LICENSE ------ This project is open source and provided under the Apache Public License (version 2). Please make sure you see the LICENSE file included in this distribution for more details on the license. (C) Copyright 2012-2014, Axway Inc. All Rights Reserved.