Sha256: 19805e175b51b3797a573a10e32e0943016fca60b66dae304bf9d4aef22e3c02

Contents?: true

Size: 677 Bytes

Versions: 6

Compression:

Stored size: 677 Bytes

Contents

# InSpec Extension to create new profiles

This extensions helps you to easily create a new profile

## Usage

```
$ inspec init profile examples/new-profile
Create new profile at /Users/chartmann/Development/compliance/inspec/examples/new-profile
  * Create directory controls
  * Create file controls/example.rb
  * Create file inspec.yml
  * Create directory libraries
  * Create file README.md
  * Create file libraries/.gitkeep

$ inspec check examples/new-profile
Summary
-------
Location: examples/new-profile
Profile: examples/new-profile
Controls: 2
Timestamp: 2016-05-06T14:39:47+02:00
Valid: true

Errors
------

Warnings
--------
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
inspec-2.1.81 lib/bundles/inspec-init/README.md
inspec-2.1.21 lib/bundles/inspec-init/README.md
inspec-2.1.10 lib/bundles/inspec-init/README.md
inspec-2.0.32 lib/bundles/inspec-init/README.md
inspec-2.0.17 lib/bundles/inspec-init/README.md
inspec-1.51.15 lib/bundles/inspec-init/README.md