~adam-stokes/conjure/conjure-up-io

« back to all changes in this revision

Viewing changes to docs/developers/spell-anatomy.md

  • Committer: Adam Stokes
  • Date: 2016-09-08 12:53:04 UTC
  • Revision ID: adam.stokes@ubuntu.com-20160908125304-dnnirjksmmqed14w
update website

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Anatomy of a conjure-up spell
 
2
 
 
3
We will start with the directory layout of a typical spell. Some of this will be
 
4
familiar as we build on the existing Juju bundle specification.
 
5
 
 
6
```
 
7
my-super-application>
 
8
   - bundle.yaml
 
9
   - README.md
 
10
   - metadata.yaml
 
11
   - steps/
 
12
     - 00_deploy-done
 
13
     - 00_pre-deploy
 
14
     - 00_post-bootstrap
 
15
     - step-01_my_first_step
 
16
     - step-01_my_first_step.yaml
 
17
```