ag ws create
to create a new workspace, the command will ask your for a starter template and workspace name.
ag ws up
to start i.e. create workspace resources
ag ws down
to stop i.e. delete workspace resources
ag ws patch
to patch i.e. update workspace resources
patch
command in under development for some resources. Use restart
if neededag ws restart
to stop resources and start them again
ag ws setup
to set it up locally
ag ws up --help
to view all options--env
)--env
or -e
flag to filter the environment (dev/prd)
--infra
)--infra
or -i
flag to filter the infra (docker/aws/k8s)
--group
)--group
or -g
flag to filter by resource group.
--name
)--name
or -n
flag to filter by resource name
--type
)--type
or -t
flag to filter by resource type.
--dry-run
)--dry-run
or -dr
flag can be used to dry-run the command. ag ws up -dr
will only print resources, not create them.
--debug
)--debug
or -d
flag to show debug logs.
-f
)--force
or -f
flag to force recreate images & containers