Skip to content

Wrong instructions or simply the callback is broken? #23

@siulcode

Description

@siulcode

For some reason after following the instructions, I can't seem to get this callback to work.

I'm simply getting:

# sfn parameters create testapp
Usage: sfn [command] [options]
    -v, --version      Print version
    -h, --help         Display this help message.

Available commands:

  conf
  create
  describe
  destroy
  diff
  events
  export
  graph
  import
  init
  inspect
  lint
  list
  plan
  print
  promote
  realize
  trace
  update
  validate

See `<command> --help` for more information on a specific command.

Here's my config snippet.


Configuration.new do

  callbacks do
    require ['sfn-parameters']
    default ['parameters_infrastructure'] # or ['parameters_stacks']
  end


  sfn_parameters do
    directory 'infrastructure'
    destination 'default'
  end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions