Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong instructions or simply the callback is broken? #23

Open
siulcode opened this issue Apr 10, 2019 · 0 comments
Open

Wrong instructions or simply the callback is broken? #23

siulcode opened this issue Apr 10, 2019 · 0 comments

Comments

@siulcode
Copy link

siulcode commented Apr 10, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant