Getting Started
Installing
Prerequisites
Installing the CLI
$ cargo install assemblylift-cli$ asml help
asml 0.3.0
USAGE:
asml [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
bind Bind the application to the cloud backend
burn Destroy all infrastructure created by 'bind'
cast Build the AssemblyLift application
help Prints this message or the help of the given subcommand(s)
init Initialize a basic AssemblyLift application
make Make a new service or function
pack Pack artifacts for publishing
push Push artifacts to a registry
user User authentication & informationGetting an AWS Account
Hello World!
Project Structure
Last updated