You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for a new user, the current hlx command line is very convoluted. for simple local development, the available commands should be hidden or moved to helix-ops aka hops.
local dev commands
$ hlx --help
Usage: hlx <command> [options]
Commands:
hlx demo <name> [dir] Create example helix project.
hlx up [files...] Run a Helix development server
hlx clean Remove generated files and caches.
hlx completion generate completion script
operations commands
$ hops --help
Usage: hops <command> [options]
Commands:
hlx build [files..] Compile the template functions and build package
hlx package Create Adobe I/O runtime packages
hlx deploy Deploy packaged functions to Adobe I/O runtime
hlx perf Test performance
hlx publish Activate strains in the Fastly CDN and publish the site
hlx clean Remove generated files and caches.
hlx auth Authenticate against 3rd party systems for development
and deployment
hlx completion generate completion script
1. stage
create new binary entry-point hops
hops will support all the commands that hlx supports today
hlx will hide the advanced commands, but still support them
2. stage
hops will only support the operations commands (eg. not up)
hlx will only support the non operations command
Alternative names
hops
hlxops
The text was updated successfully, but these errors were encountered:
@filmaj the idea is that you won't see hops unless you check your CI script or perform troubleshooting. We want to hide almost everything that's in hops behind automation.
Overview
for a new user, the current
hlx
command line is very convoluted. for simple local development, the available commands should be hidden or moved tohelix-ops
akahops
.local dev commands
operations commands
1. stage
hops
hops
will support all the commands thathlx
supports todayhlx
will hide the advanced commands, but still support them2. stage
hops
will only support the operations commands (eg. notup
)hlx
will only support the non operations commandAlternative names
hops
hlxops
The text was updated successfully, but these errors were encountered: