Interacting with Press framework
- Press Apps
- Import the press app module and Instantiate a
press-app
client - Prepare an
app-spec
payload and create anapp-spec
- List created
app-spec
(s) and iterate over them - Describe an already existing
app-spec
- Update an
app-spec
’s metadata - Create a new
app-spec
release with updated config and release - Describe the
app-spec
release - List all
app-spec
release(s) and iterate over them - Create a new
deployment
from an existingapp-spec
release - List all existing
deployment
(s) and iterate over them - Describe an existing
deployment
- Update an existing
deployment
’s metadata - Create
app
deployment
revision
from a specificapp-spec
’srelease
- Describe an
app
deployment
revision
- List all
revision
(s) in anapp
deployment
and iterate over them - Delete an existing
deployment
- Delete an existing
app-spec
with all its release(s)
- Import the press app module and Instantiate a
- Press Blocks
- Import the press block module and Instantiate a
press-block
client - Prepare payload and create a new workflow
block-spec
- Prepare payload and create a new webapp
block-spec
- List created
block-spec
(s) and iterate over them - Describe an already existing
block-spec
- Update the metadata and discoverability of a
block-spec
- Create a new workflow
block-spec
release with updated config and release - Create a new webapp
block-spec
release with updated config and release - Describe the
block-spec
release - List all
release
(s) in ablock-spec
and iterate over them - Create a new
deployment
from a specificblock-spec
’srelease
- List all existing
deployment
(s) and iterate over them - Describe a
block
deployment
- Update an existing
deployment
’s metadata - Get
block
deployment
parameters
- Update
block
deployment
parameters
- Create
block
deployment
revision
from a specificblock-spec
’srelease
- Describe a
block
deployment
revision
- List all
revision
(s) in ablock
deployment
and iterate over them - Delete a
block
deployment
- Delete an existing
block-spec
with all it’srelease
(s)
- Import the press block module and Instantiate a
- Press Deployments
- Press Specs